What is the process ID number of the init program?
What is the process ID number of the init program?
Which of the following commands will load a kernel modu…
Which of the following commands will load a kernel module along with any required dependency modules?
Which command will display messages from the kernel tha…
CORRECT TEXT
Which command will display messages from the kernel that were output during the normal bootup sequence?
what is the program that is run after the BIOS complete…
During a system boot cycle, what is the program that is run after the BIOS completes its tasks?
Which of the following commands will print important sy…
Which of the following commands will print important system information such as the kernel version and machine hardware name?
What is the purpose of the & character at the e…
What is the purpose of the & character at the end of a command line?
Which of the following explanations are valid reasons t…
Which of the following explanations are valid reasons to run a command in the background of your shell?
how can the file be reopened for editing with the new c…
While editing a file in vi, the file changes due to another process. Without exiting vi, how can the file be reopened for editing with the new content?
Which of the following commands will produce the follow…
Which of the following commands will produce the following output: USERPID %CPU %MEMVSZ RSS TTY STAT STARTTIME COMMAND root 1255 4.4 0.9
6071634824 tty7 Ss+ 09:25
19:04 /usr/bin/X :0 – root 2016 0.0 0.0 792 560 tty1 Ss+ 09:26 0:00 /sbin/getty -8 matt 5204 0.0 0.1 6320 3696 pts/4 Ss 13:12 0:00 bash matt 5219 0.0 0.0 3988 624
pts/4 S+ 13:12
0:00 man bash matt 5229 0.0 0.0 3584 932 pts/4 S+ 13:12 0:00 pager -s matt 6768 0.0 0.1 10504 3880 pts/2 S+ 15:11 0:00 vi README.txt
Which of the following shell redirections will write st…
Which of the following shell redirections will write standard output and standard error output to a file named filename?