What is the PID for the Init that is the parent of all the process?
What is the PID for the Init that is the parent of all the process?
From any mode in vi, how do you save a the current file and exit vi?
From any mode in vi, how do you save a the current file and exit vi? (give 2 options)
Which command would run “make” in the background?
Which command would run "make" in the background?
Which instance of somecommand is run with the highest priority?
Consider the following commands
A) $ nice -n 1 /usr/bin/somecommand
B) $ nice -n 5 /usr/bin/somecommand
C) $ nice -n 10 /usr/bin/somecommand
Which instance of somecommand is run with the highest priority?
In GRUB’s configuration file you find the line root (hd1,4)? What is corresponding device name on a Linu
In GRUB’s configuration file you find the line
root (hd1,4)
What is corresponding device name on a Linux system?
Which configuration file should be modified to disable the ctrl-alt-delete key combination?
Which configuration file should be modified to disable the ctrl-alt-delete key combination?
Which command would disconnect the users and allow you to safely execute maintenance tasks?
You are having some trouble with a disk partition and you need to do maintenance on this partition but your users home directories are on it and several are logged in.
Which command would disconnect the users and allow you to safely execute maintenance tasks?
In compliance with the FHS, in which of the following places are man pages typically found?
In compliance with the FHS, in which of the following places are man pages typically found?
How do you get a list of files that have been installed from a dpkg package?
How do you get a list of files that have been installed from a dpkg package?
Why has User Joseph successfully extracted and compiled a program from source code whilte Installing the binar
User Joseph has successfully extracted and compiled a program from source code. Installing the binaries produces errors.
What is the most likely reason?