» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 5 » Question 8/23
8.What is wrong with the following command?

tar cvfb //dev/tape 20

You cannot use the c option with the b option.
The correct command should be tar -cvfb /dev/tape20.
The arguments are not in the same order as the corresponding modifiers.
The files to be backed up have not been specified.

Explanation

« Question 7 Question 9 »