what is tar command and what are the different types of tar
commands?
Answer Posted / asit
tar is used for both zip and unzip the files or directories
in unix.
tar cvzf zip_file.tar zip_file
tar xvzf zip_file.tar
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the nmap command?
What is awk used for?
What does the command ' $who | sort –logfile > newfile' do?
What is the command to find maximum memory taking process on the server?
How does shebang work?
What is the command to find hidden files in the current directory?
What is ctrl d?
Who wrote grep?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is unix command?
Is ‘du’ a command? If so, what is its use?
What are the dos commands?
What is a bash command?
How do you repeat a command in terminal?
Which command is used to kill the last background job?