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
What is iptables command in linux?
Main configuration file and command used for NFS enabling exported directories and deamons?
How do make computer faster?
What is df -i command?
Explain shift command of linux?
What is mkdir p?
Who linux commands?
What is a make target?
What is the use of mv command in linux?
What are the linux commands used in devops?
Explain grep command.
How do I find command history in linux?
What can you tell about the tar command?
What is make command in linux?
What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?