Answer Posted / franklin dossf
tar command is file archiving cmd and extracting cmd in linux.
create
tar -cvf /tmp/ram.tar /etc/passwd
this command makes compress the /etc/passwd datas and stored
in /tmp/ram.tar
Extract
tar -xvf /tmp/ram.tar
extract the data in existing file is /tmp/ram.tar
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Why do we use cmake?
What is tty in linux process?
How do you clear the screen in linux?
How do I search bash history?
How does mkdir work in linux?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What is the default number of shell commands saved in the history list of .cshrc file?
What does top do in linux?
What is linux load average?
Which command puts a script to sleep untill a signal is recieved?
What is help command in linux?
You issue the command head * what would the resulting output be?
What does the command env do?
What is the command to delete a file linux?
What is shell scripting commands?