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