CompTIA Linux+ [Powered by LPI] - Exam 1 - LX0-103 Exam Practice Test

CORRECT TEXT
Which Bash environment variable defines in which file the user history is stored when exiting a Bash process? (Specify ONLY the variable name.)
Correct Answer:
HISTFILE
Which of the following commands brings a system running SysV init into a state in which it is safe to perform maintenance tasks? (Choose TWO correct answers.)
Correct Answer: B,D
What is the purpose of the Filesystem Hierarchy Standard?
Correct Answer: C
When removing a package, which of the following dpkg options will completely remove the files including configuration files?
Correct Answer: B
Which of the following commands will change the quota for a specific user?
Correct Answer: C
Which of the following Linux filesystems preallocates a fixed number of inodes at the filesystem's make/creation time and does NOT generate them as needed? (Choose TWO correct answers.)
Correct Answer: C,D
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.)
Correct Answer: B,D
Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.)
Correct Answer: C,E
Which of the following are valid stream redirection operators within Bash? (Choose THREE correct answers.)
Correct Answer: A,B,E