Linux Shell Scripting Cookbook(Third Edition)
上QQ阅读APP看书,第一时间看更新

Applying ownership recursively

The chown command also supports the -R flag to recursively change ownership:

    $ chown user.group . -R