shtool-fixperm - GNU shtool file permission fixing command
Contents
Description
shtoolfixperm fixes file permissions inside a source tree under path by cleaning up the permission bits.
It determines the cleaned up permission from the already set bits. It is intended to be run before a
tarball is rolled (usually with shtooltarball) out of a source tree. The trick is that this is more
convenient than having to set the permissions manually or by using a large file list.
Example
# Makefile.in
dist:
shtool fixperm -v *
...
History
The GNUshtoolfixperm command was originally written by Ralf S. Engelschall <rse@engelschall.com> in
1996 for OSSPeperl. It was later taken over into GNUshtool.
Name
shtool-fixperm - GNU shtool file permission fixing command
Options
The following command line options are available.
-v, --verbose
Display some processing information.
-t, --trace
Enable the output of the essential shell commands which are executed.
See Also
shtool(1), chmod(1). 18-Jul-2008 shtool 2.0.8 SHTOOL-FIXPERM.TMP(1)
Synopsis
shtoolfixperm [-v|--verbose] [-t|--trace] path [path ...]
