Which command is used in a Linux environment to create a new...
What is the output of the following command? echo "Hello World" | tr...
Which of the following options is used in a GRUB Legacy configuration...
Which of the following commands will print the last 10 lines of a text...
Which of the following commands prints a list of usernames (first...
Which of the following commands moves and resumes in the background...
Which umask value will result in the default access permissions of 600...
What is the purpose of the Bash built-in export command?
When given the following command line. echo "foo bar" | tee bar | cat...
During a system boot cycle, what program is executed after the BIOS...
Which character, added to the end of a command, runs that command in...
57. What is the difference between the i and a commands of the vi...
Which command will disable swapping on a device? (Specify ONLY the...
Which variable defines the directories in which a Bash shell searches...
In a nested directory structure, which find command line option would...
Which of the following commands is used to update the list of...
Which of the following commands displays the contents of a gzip...
Which of the following is correct when talking about mount points?
What command will generate a list of user names from /etc/passwd along...
What happens after issuing the command vi without any additional...
Which of the following settings for umask ensures that new files have...
Which of the following is the device file name for the second...
Which of the following commands kills the process with the PID 123 but...
Which shell command is used to continue background execution of a...
Which of the following commands will write a message to the terminals...
When removing a package, which of the following dpkg options will...
After running the command umount /mnt, the following error message is...
Which of the following commands replaces each occurrence of 'bob' in...
Which command displays a list of all background tasks running in the...
In compliance with the FHS, in which of the directories are man pages...
What is the maximum niceness value that a regular user can assign to a...
Which of the following commands can be used to create a USB storage...
What is the default nice level when a process is started using the...
Which of the following files, located in the user home directory, is...
Which of the following commands is used to change options and...
Which of the following commands can be used to locate programs and...
Which of the following commands updates the linker cache of shared...
Which of the following commands overwrites the bootloader located on...
Which grep command will print only the lines that do not end with a /...
Which of the following commands determines the type of a file by using...
Which of the following commands will change the quota for a specific...
Which of the following Linux filesystems preallocates a fixed number...
Which of the following command sets the Bash variable named TEST with...
Which SysV init configuration file should be modified to disable the...
...
Immediately after deleting 3 lines of text in vi and moving the cursor...
Which command will display messages from the kernel that were output...
What does the command mount -a do?
Which of the following commands can be used to download the RPM...
Which of the following commands will reduce all consecutive spaces...
Which type of filesystem is created by mkfs when it is executed with...
Which of the following commands can be used to display the inode...
How many fields are in a syntactically correct line of /etc/fstab?
Which of the following commands will send output from the program...
Which of the following commands will NOT update the modify timestamp...
Which utility would be used to change how often a filesystem check is...
What is the purpose of the Filesystem Hierarchy Standard?
After modifying GNU GRUB's configuration file, which command must be...
In Bash, inserting 1>&2 after a command redirects
Instead of supplying an explicit device in /etc/fstab for mounting,...
Which file should be edited to select the network locations from which...
Which of the following commands changes the ownership of file.txt to...
Which Bash environment variable defines in which file the user history...
Which of the following kernel parameters instructs the kernel to...
Regarding the command: nice -5 /usr/bin/prog Which of the following...
Which of the following file permissions belong to a symbolic link?
Which of the following characters can be combined with a separator...
What is the effect of the egrep command when the -v option is used?
Which of the following statements is correct regarding the command foo...
Which run levels should never be declared as the default run level...
Which of the following commands lists the dependencies of a given dpkg...
Which of the following information is stored within the BIOS? (Choose...
What is the first program that is usually started, at boot time, by...
Which of the following commands reboots the system when using SysV...
Which of the following statements is correct when talking about...
Which of the following commands lists all currently installed packages...
Which of the following commands can be used to determine how long the...
In the vi editor, which of the following commands will copy the...
Which of the following environment variables overrides or extends the...
Which of the following signals is sent to a process when the key...
Which of the following commands shows the definition of a given shell...
Which of the following pieces of information of an existing file is...
Which RPM command will output the name of the package which supplied...
What is the default action of the split command on an input file?
Which file in the /proc filesystem lists parameters passed from the...
When running the command sed -e "s/a/b/" /tmp/file >/tmp/file While...
What information can the lspci command display about the system...
What do the permissions -rwSr-xr-x mean for a binary file when it is...
Which world-writable directory should be placed on a separate...
In the vi editor, how can commands such as moving the cursor or...
After moving data to a new filesystem, how can the former path of the...
What is the name of the main configuration file for GNU GRUB? (Specify...
Which of the following commands makes /bin/foo executable by everyone...
What can the Logical Volume Manager (LVM) be used for? (Choose THREE...
Which of the following commands can be used to search for the...
Which of the following commands brings a system running SysV init into...
Creating a hard link to an ordinary file returns an error. What could...
What does the command mount -a do?
In order to display all currently mounted filesystems, which of the...
Which signal is missing from the following command that is commonly...
Which of the following options for the kernel's command line changes...
When using rpm –verify to check files created during the...
Which of the following commands prints all files and directories...
Which of the following commands set the sticky bit for the directory...
Which function key is used to start Safe Mode in Windows NT?
What of the following statements are true regarding /dev/ when using...
After successfully creating a hard link called bar to the ordinary...
Which of the following shell redirections will write standard output...
Which of the following commands changes the number of days before the...
Which option to the yum command will update the entire system?...
Which of the following commands creates an ext3 filesystem on...
Which of the following are init systems used within Linux systems?...
Which of the following are valid stream redirection operators within...
Which of the following sequences in the vi editor saves the opened...
In which directory must definition files be placed to add additional...
Which command is used to create and initialize the files used to store...
What does the ? symbol within regular expressions represent?
Which Debian package management tool asks the configuration questions...
From a Bash shell, which of the following commands directly executes...
A user accidentally created the subdirectory \\dir in his home...