Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
Which of the following files, located in the user home directory, is used to store the Bash history?
In Bash, inserting 2>&1 after a command redirects:
When piping the output of find to the xargs command, what option to find is useful if the filenames have spaces in them?
Which of the following commands changes all occurrences of the word “bob” in file data to “Bob” and prints the result to standard output?
Which of the following commands is used to change metadata and options for ext3 filesystems?
Which type of filesystem is created by mkfs when it is executed with the block device name only and without any additional parameters?
After successfully creating a hard link called bar to the ordinary file foo, foo is deleted from the filesystem. Which of the following describes the resulting situation?
Which of the following commands will change all CR-LF pairs in an imported text file, userlist.txt, to Linux standard LF characters and store it as newlist.txt?
What is the purpose of the xargs command?