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 |
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
How do you ask politely?
Brief about FTP hostname?
How is grep so fast?
in unix how to change old name to new name
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?
What does sh do in linux?
In order to display the last five commands you have entered using the fc command, you would type?
What is the difference between clang and llvm?
How do you check the current system uptime in Linux?
What is command grouping and how does it work?