-bash-3.2$ man chgrp | head -1
CHGRP(1) User Commands CHGRP(1)
-bash-3.2$ man chown | head -1
CHOWN(1) User Commands CHOWN(1)
次のコンテンツは「man 7 man」からのものです。
1 Commands
Those commands that can be executed by the user from within a shell.
8 System management commands
Commands like mount(8), many of which only root can execute.
なぜ CHGRP(1)/CHOWN(1) は一般ユーザーが使用できないのですか? 私の理解では、CHGRP(8)/CHOWN(8) は一般ユーザーは使用できません。