ファイルやディレクトリのユーザとグループの所有者を変更します。 もっと詳しく: https://www.gnu.org/software/coreutils/manual/html_node/chown-invocation.html。
chown {{ユーザ名}} {{path/to/file_or_directory}}
chown {{ユーザ名}}:{{グループ名}} {{path/to/file_or_directory}}
user
という名前に変更する:chown {{ユーザ名}}: {{path/to/file_or_directory}}
chown -R {{ユーザ名}} {{path/to/directory}}
chown -h {{ユーザ名}} {{path/to/symlink}}
chown --reference {{path/to/reference_file}} {{path/to/file_or_directory}}