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 are linux commands?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What does kill in linux?
What is make command in linux?
What is the command to check cpu speed in linux?
What are whois tools?
Which Command used to lock user password in Linux?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
What is Syntax of any Linux command?
What would be the result of the command paste -s dog cat?
What are the ms dos commands?
How does mkdir work in linux?
Explain trap command; shift command, getopts command of linux?
What is df command in linux?
Explain the working of command grouping?