» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 3 »
Question 16/20
Explanation: You can enter multiple commands on one line by separating them with a semi-colon (;). Pressing enter after the last command will run the commands.
Reference: http://unix.about.com/library/tips/bltip016.htm
Incorrect Answers
A: Pressing enter after a command will run the command before you can enter another command.
B: A script listing the commands would work but this isn't the quickest way of doing it.
D: You need to use semi-colons (;) to separate the commands, not forward slashes (/).