1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Help on 'remove-overrides' Feta 1.4.0
--------------------------------------------------------------------------
'remove-overrides' removes a stat override to a file. In Debian, a stat
override is a way of telling the system you want to use a different owner,
group, or set of file permissions than is normal for the file. Most
commonly, overrides are used to put a suid bit on a file that needs to be
run as a specific user.
EXAMPLES
--------
To have the permissions on /usr/bin/rio reset on the next upgrade:
# feta remove-overrides /usr/bin/rio
You can name more than one file whose override you want to remove:
# feta remove-overrides /usr/bin/rio /usr/bin/zgv
OTHER REFERENCES
----------------
'remove-override' uses dpkg-statoverride(8).
For more information about stat overrides, see the 'overrides' help file.
The 'overrides' command is also more user-friendly than this one.
--------------------------------------------------------------------------
Help on 'remove-overrides' Feta 1.4.0
|