Which SysV init configuration file should be modified to disable the ctrl-alt-delete key combination?
Correct Answer::C
What is NOT contained in the locale setting of the operating system?
Correct Answer:C
CORRECT TEXT
What command displays all aliases defined in the current shell? (Specify the command without any path information)
Correct Answer:aliasalias-p
After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?
Correct Answer:A
Which character in the password field of /etc/passwd is used to indicate that the encrypted password is stored in /etc/shadow?
Correct Answer:D
Which of the following crontab entries will execute myscript at 30 minutes past every hour on Sundays?
Correct Answer:D