What is the default process priority when a process is started using the nice command?
Answer : B
Which command will convert all tab characters in a file to spaces and print that to standard out?
Answer : B
To allow a regular user account to mount and unmount a filesystem (for instance, a cdrom or floppy), which option will need to be added to the corresponding line in /etc/fstab?
Answer : C
Answer C is correct. user options is used to allow an ordinary user to mount the file system. The name of the mounting user is written to mtab so that user can unmount the file system again.
Which of the following programs is typically used to query installed debian packages? (Please select TWO that apply)
Answer : A, D
What is the purpose of the xargs command?
Answer : A
Given the following output:
Prompt > myapp
[1]+ Stopped myapp prompt>
Which of the following commands will resume executing the stopped process while allowing the user to continue to type commands at the command prompt?
A . bg myapp
Answer : C
The correct answer is g myapp.
Incorrect answer:
Continue myapp
Continue is just used for loops.
How can you turn off the group quota in /pub?
Answer : B