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 the commands in linux?
What is env command in linux?
How do you copy in linux terminal?
Which Command used to lock user password in Linux?
What does the command env do?
How do you limit memory usage for commands?
List the three main parts of an operating system command?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
How do I find the process id in linux?
What is simple command?
What is file and example?
Explain the free command.
How do I stress test my cpu?
What are linux commands?
How do I find command history in linux?