Sortix cross-volatile manual
This manual documents Sortix cross-volatile. You can instead view this document in the latest official manual.
NAME
tix-execdiff — compare executable permissions between two treesSYNOPSIS
tix-execdiff | old new |
DESCRIPTION
tix-execdiff recursively finds the files with different executable permissions between the old and new directory trees. tix-execdiff writes a shell script that transforms the permissions of old tree into that of the new tree, which can be applied using tix-execpatch(8).
chmod +x -- 'path'
chmod -x -- 'path'