LPI 101-500 Practice Test - Questions Answers, Page 10
List of questions
Related questions
Question 91
When starting a program with the nice command without any additional parameters, which nice level is set for the resulting process?
Question 92
Which of the following commands will reduce all consecutive spaces down to a single space?
Question 93
Which character, added to the end of a command, runs that command in the background as a child process of the current shell?
Question 94
Which of the following commands will print the last 10 lines of a text file to the standard output?
Question 95
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
Question 96
Which of the following signals is sent to a process when the key combination CTRL+C is pressed on the keyboard?
Question 97
What happens after issuing the command vi without any additional parameters?
Question 98
Which of the following command sets the Bash variable named TEST with the content FOO?
Question 99
Which variable defines the directories in which a Bash shell searches for executable commands?
Question 100
Which of the following commands determines the type of a file by using a definition database file which contains information about all common file types?
Question