layout | title | tags |
---|---|---|
manual |
chown - Statistics of command combinations using pipe |
statistic |
The commands before chown
: Pipe the result of the given command to chown
.
Command | percentage |
---|---|
find | 44% |
id | 11% |
ls | 11% |
echo | 11% |
ip | 11% |
w | 11% |
The commands after chown
: Pipe the result of chown
to the given command.
Command | Percentage |
---|
Below are the scenarios for all command combinations above.
The description in the table is referenced from and can be used to search the one-line-command or the scripts in the website of CommandLineFu.
- change ownership en masse of files owned by a specific user, including files and directories with spaces
- find files owned by root and make them your own again
- Change owner ship of files from 1003 to android under current directory recursively. 1003/android could be customized.
- Restore permissions or ownership from a backup directroy
- change ownership en masse of files owned by a specific user, including files and directories with spaces
- Chown script
- Restore permissions or ownership from a backup directroy
- Restore permissions or ownership from a backup directroy
- Restore permissions or ownership from a backup directroy