Loading provider exams...
Loading provider exams...
For accessibility support, which of the following programs is an on-screen keyboard?
Which of the following signals is delivered to a process when the CTRL+C key combination is pressed on the keyboard?
In the context of regular expressions, what does this symbol represent? {{IMG:1}}
Which filesystem type does mkfs create when it is run with only the block-device name and no additional parameters?
Which command is used to modify options and positional parameters in a running Bash shell?
Go ad-free and unlock Learn Mode, Exam Mode, AstroTutor AI and every premium tool — everything you need to walk in prepared, and confident.
Which file in a user's home directory is used to store Bash command history?
Which set of file permission characters corresponds to a symbolic link?
Which of the following files assigns a user to their primary group?
The script.sh script contains these lines:
#!/bin/bash
echo $2 $1
What output appears when the command ./script.sh test1 test2 is entered?
Which grep command prints only the lines in the file foo that do not end with a /?
Which of the following vi editor command sequences saves the open document and exits the editor?
When a hard link is created that points to an already-existing file, which one of the following pieces of information about that file gets changed?
Which commands can be used to modify a user account's aging information (password expiration settings)?
Which of the following commands does not update the modification timestamp of /tmp/myfile.txt?
Which of the following kernel parameters tells the kernel to suppress most boot messages?
Which of the following commands changes ownership of file.txt to user dan and group staff?
Which command should be added to /etc/bash_profile to set the message language for an internationalized program to Portuguese (pt)?
Which keyword is used to limit the records returned by a SELECT SQL statement, based on given criteria applied to the values in those records?
Which of the following commands can be used to display every filesystem that is currently mounted?
Which command resumes the most recently stopped shell job and runs it in the background?
Which of the following shell redirections writes standard output and standard error output to a file named filename?
filename 2>&1
filename
Which of these commands reduces every run of consecutive spaces to a single space?
Which of the following commands will correctly set the variable named text to the value olaf is home?
Which command is used to rotate, compress, and mail system log files?
Which of the following are valid stream-redirection operators in Bash?
Community Discussion