chown

ファイルやディレクトリのユーザとグループの所有者を変更します。 もっと詳しく: https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html

chown {{ユーザ名}} {{path/to/file_or_directory}}

chown {{ユーザ名}}:{{グループ名}} {{path/to/file_or_directory}}

chown {{ユーザ名}}: {{path/to/file_or_directory}}

chown {{[-R|--recursive]}} {{ユーザ名}} {{path/to/directory}}

chown {{[-h|--no-dereference]}} {{ユーザ名}} {{path/to/symlink}}

chown --reference {{path/to/reference_file}} {{path/to/file_or_directory}}