- (Exam Topic 5)
Which of the following are valid stream redirection operators within Bash? (Choose two.)
Correct Answer:
AE
- (Exam Topic 3)
Which of the following are valid stream redirection operators within Bash? (Choose THREE correct answers.)
Correct Answer:
ABC
- (Exam Topic 2)
To what environment variable will you assign or append a value if you need to tell the dynamic linker to look in a build directory for some of a program's shared libraries?
Correct Answer:
C
- (Exam Topic 5)
Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file?
Correct Answer:
B
- (Exam Topic 2)
Which command will disable swapping on a device? (Specify ONLY the command without any path or parameters.)
Solution:
swapoff, /sbin/swapoff
Does this meet the goal?
Correct Answer:
A