Which option of the crontab command opens the current user's crontab in an editor?
What FreeBSD and NetBSD command manages services started at boot time? (Specify ONLY the command without any path or parameters.)
What is the purpose of the nice command'?
What subnet mask is used on network 192 168 32 0 in the following output?
Fxp0: flags=8843
inet 192.168.50.162 netmask OxffffeOOO broadcast 192.168.63.255
ether 00:09:6B: 13:42:9f
media: Ethernet autoselect (lOObaseTX
status: active
Which file on a BSD system defines the printers which are available by the Ipr printing system'? (Specify the full name of the file including path)
Assuming a umask of 022, what are the default permissions in octal mode of the newly created files?
Which FreeBSD command created the following output?
Id Refs Address Size Name
1 17 0xc0400000 2fad00 kernel
2 1 0xc0740000 595a4 acpi.ko
3 1 0xc49be000 6000 linprocfs.ko
4 1 0xc4al7000 16000 linux.ko
Consider the following file legal file:
disclosure
non-disclosure
non-disclosure
Which line or lines in the file does the following command match? Note the space after the dash within the brackets.
grep "non [-] disclosure" legalfile
Given the following listing
-rw-r—r— 1root whee115254 Nov 13 08:55 bobsfile
How can the superuser grant the user bob write permission to this file?
While using vi as superuser. the attempt to save a file while quitting the editor leads to an error indicating that the file is read-only. How can the file permissions be overridden to save the edits to the file and quit the editor?