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
How do I check command history?
How often do you use grep command and how in Linux operating system?
What is clang format?
What does f mean linux?
How do I remove a soft link in linux?
Explain about document formatting?
How do you execute more than one command or program from a single command line entry?
What is cpu core in linux?
What is ps command in linux?
How do I find the process id in linux?
What is the pwd command?
What is $$ in shell script?
How lilo is useful in linux?
How do I know my shell?
How do you sort cpu in top command?