- Linux Shell Scripting Cookbook(Third Edition)
- Clif Flynt Sarath Lakshman Shantanu Tushar
- 20字
- 2021-07-09 19:46:28
Applying ownership recursively
The chown command also supports the -R flag to recursively change ownership:
$ chown user.group . -R
The chown command also supports the -R flag to recursively change ownership:
$ chown user.group . -R