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 are commands in grammar?
The command ‘umask -S’
How cp command works in linux?
What does chmod 644 do?
What is du command in linux?
What is shell scripting commands?
What is a make target?
How do you open a command prompt when issuing a command?
What are the command prompt commands?
How do I run a script in linux?
Explain grep command.
How do I permanently delete linux history?
What the command used for search file or files for specific text?
What is $@ in makefile?
How do I open a text file in cmd?