What u know abt tar Command?
Answers were Sorted based on User's Feedback
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 |
Answer / saim.saiyed
with tar comamnd u can zip folder and extract.
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / bipin bachhao
using tar command we can create a archive of file.
Is This Answer Correct ? | 5 Yes | 1 No |
Answer / chetan kole
Tar command is use to create a backup file which we can use
after removal osf the original file
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / jaswant
tar command is use to crate archive file backup the file
tar -cvf /root/Desktop/etc.tar /etc
to take backup the /etc directory using following command
tar -xvf /root/Desktop/etc.tar
to extract the archive file using this command
Is This Answer Correct ? | 1 Yes | 0 No |
What are the commands used in command prompt?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What the command used for search file or files for specific text?
Which command is used to compare the files?
How you will uncompress the file?
How can I delete a file in linux?
What does rmdir do in linux?
How do I stop a linux job?
I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????
What is the use of cp p command?
How can we increase disk read performance in single command in Linux operating system?
What does cd – command do?