Tar

From NovaOrdis Knowledge Base
Revision as of 03:41, 17 April 2018 by Ovidiu (talk | contribs) (→‎Archive)
Jump to navigation Jump to search

Internal

Options

Archival

When tar is executed as root, the file permissions and owner are preserved.

-p

Preserve permissions, default when the root executes the command.

-s

Preserve order (same order). Sort names to extract to match archive.

Archive

Archive maintaining the user IDs and file permissions:

tar -cvspf .../archive.tar *

Note that the name of the archive file to be created must immediately follow -f, without any interceding parameters.