Bootstrap FreeKB - TAR - suppress socket ignored
TAR - suppress socket ignored

Updated:   |  TAR articles

Let's say you are attempting to create a tar archive.

tar -cf tmp.tar /tmp

 

And socket ignored is being included in the output.

tar: /tmp/foo: socket ignored
tar: /tmp/bar: socket ignored

 

The --warning='no-file-ignored' option can be used to suppress socket ignored warnings from the output.

tar --warning='no-file-ignored' -cf tmp.tar /tmp

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 17a656 in the box below so that we can be sure you are a human.