LPI 101-500 - LPIC-1 Exam 101, Part 1 of 2, version 5.0
Which of the following shell redirections will write standard output and standard error output to a file named filename?
Which of the following commands kills the process with the PID 123 but allows the process to "clean up" before exiting?
Which shell command is used to continue background execution of a suspended command?
Which character, added to the end of a command, runs that command in the background as a child process of the current shell?
Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.)
Which command is used in a Linux environment to create a new directory? (Specify ONLY the command without any path or parameters.)
mkdir
/usr/bin/mkdir
Which of the following statements is correct regarding the command foo 1> bar?
Which variable defines the directories in which a Bash shell searches for executable commands?
What does the? symbol within regular expressions represent?
Which command displays a list of all background tasks running in the current shell? (Specify ONLY the command without any path or parameters.)
