
I am new to the world of linux and when attempting to verify a tar archive I am displayed the following error. When running the command tar cvfW archivename.tar filename directoryname does not yield any errors.
feedback
|
This question came from our site for system administrators and desktop support professionals.
|
You have the options in the wrong order. f is for file, so it has to be last the way you are doing it.
Create, Verbose, Verify, File
| |||||||||||
feedback
|