|
|
|
|
|
by prmoustache
759 days ago
|
|
I never understood why so few people use `pax` instead of `tar`. It has always seemed more user friendly to begin with. With pax, the `-k` option will not overwrite existing files. Also not using `-p o` or `-p e` will not preserve rights. I don't know why you would extract and preserve rights to extract binaries in a chroot, usually you would want to control the permissions instead. |
|