top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What command can you use to make a tape archive file of a /home directory, and send it to the /dev/tape device?

+3 votes
363 views
What command can you use to make a tape archive file of a /home directory, and send it to the /dev/tape device?
posted Feb 9, 2016 by Mohammed Hussain

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The correct command is tar -cvf /dev/tape /home.
The -xvf option is used to extract files from an archive.

answer Feb 10, 2016 by Manikandan J
...