Answer Posted / jaswant
tar command is use to crate archive file backup the file
tar -cvf /root/Desktop/etc.tar /etc
to take backup the /etc directory using following command
tar -xvf /root/Desktop/etc.tar
to extract the archive file using this command
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does pwd mean in linux?
What is clang linux?
How often do you use grep command and how in Linux operating system?
What is difference between comm and CMP command?
How do I stress test my cpu?
What is vnc?
Which command is used to compare the files?
What Command used to lock user password?
What is makefile target?
What is mkdir m in linux?
What is an os command?
What is the difference between cd and cd in linux?
What the command used for search file or files for specific text?
How many commands are there in linux?
How do you copy in linux terminal?