Which grep command will print only the lines that do not end with a / in the file foo?
Correct Answer:
C
CORRECT TEXT
What two character sequence is present at the beginning of an interpreted script? (Please specify the TWO correct characters only)
Correct Answer:
#!
What is true regarding TCP port 23?
Correct Answer:
A
CORRECT TEXT
Which Debian package management tool asks the configuration questions for a specific already installed package just as if the package were being installed for the first time? (Specify ONLY the command without any path or parameters.)
Correct Answer:
dpkg-reconfigure
Which of the following commands reboots the system when using SysV init? (Choose TWO correct answers.)
Correct Answer:
AC