LPI 101-400 - LPI Level 1 Exam 101, Junior Level Linux Certification, Part 1 of 2
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 commands replaces each occurrence of 'bob' in the file letter with 'Bob' and writes the result to the file newletter?
Which of the following are valid stream redirection operators within Bash? (Choose THREE correct answers.)
What is the purpose of the Bash built-in export command?
Which of the following command sets the Bash variable named TEST with the content FOO?
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
Which of the following commands is used to change options and positional parameters for a running Bash?
What is the default action of the split command on an input file?
Which of the following commands prints all files and directories within the /tmp directory or its subdirectories which are also owned by the user root? (Choose TWO correct answers.)
What is the effect of the egrep command when the -v option is used?