OpenVMS Operating Systems and DCL Scripting Quiz
Test your knowledge of OpenVMS operating system concepts, DCL command language, file systems, and system administration tasks. Also includes some Unix/Linux questions.
Questions
Which $SHOW PROCESS qualifier will display "Connect time"?
- /ACCOUNTING
- /CONTINUOUS
- /PAGE
- /QUOTAS
What command is used to display the sofware version and the node in VMS ?
- show nodesw
- show cluster
- show version
- show info
What is the significance of - in DCL scripting ?
- to perform subtraction
- end of line
- to continue in next line
- for invisible characters in same line
What is the value of the symbol MYSTRING after $ MYSTRING = F$FAO("!UL!3ZL!3AS",2,3,"HELLO")
- 2003HEL
- 002 3HELLO
- 2003***
- 002003HELLO
Using the CALL command to transfer control to a subroutine allows (?) parameters to be passed.
- 0
- 8
- 10
- 16
What does the BIOLM value represent in AUTHORIZE?
- the block I/O limit of a process
- the block I/O limit of a job
- the buffered I/O limit of a process
- the buffered I/O limit of a system
Where does SORT place its work files by default?
- SYS$SORTWORK
- SYS$OUTPUT
- SYS$SORT
- SYS$SCRATCH
What are valid conversion types for F$IDENTIFIER?
- Name_To_Number
- Number_To_Name
- Ascii_To_Hexidecimal
- Logical_To_Lexical
Which RMS service locates a specified record in a file, returning its RFA?
- $LOCATE
- $GET
- $READ
- $FIND
Who sold DCL language initially ?
- HP
- DEC
- compaq
- IBM
What datatype is not supported by DCL ?
- strings
- integers
- floating point
- booleans
How many categories,protections do we have in VMS ?
- 1,1
- 2,2
- 3,3
- 4,4
What is the extension of a DCL script ?
- COM
- DCL
- PL
- KSH
Which command can be used to see the size of the free-page list?
- SHOW SYSTEM/FULL
- MONITOR MEMORY
- MONITOR PAGE
- SHOW MEMORY/FULL
Which $SHOW PROCESS qualifier will display "CPU limit"?
- /ACCOUNTING
- /CONTINUOUS
- /PAGE
- /QUOTAS
Which of the following item(s) may NOT be used with F$ENVIRONMENT
- CAPTIVE
- CONTROL
- DEFAULT
- none of the above
What is the default value for /PRIORITY in AUTHORIZE for timesharing users?
- 2
- 4
- 6
- 8
How to strip off the extension from file name
- extrm
- basename
- strip -ext
- rm -ext
Which is the top most file system in the file system hierarchy?
- /boot
- /bin
- /
- /etc
From the below which one is not a file system in unix ?
- iso9660
- proc
- FFS
- MFS