Answer Posted / kashinath
#tar -icvf file name
then fire another command
#tar file (source)name.tar (destination path)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does bash stand for?
What is the use of ls command?
What is make command in linux?
How do you know which shell I am using in linux?
What is phony in makefile?
Explain about lprm job number?
How do I search bash history?
What does chmod 644 do?
What is the use of man command in linux?
How do I check disk space in linux?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
What does df command do in linux?
What does cd – command do?
Which command is used to terminate a process?
Explain about gzip filename?