파일과 디렉토리의 사용자 및 그룹 소유권을 변경. 더 많은 정보: https://www.gnu.org/software/coreutils/chown.
chown {{사용자}} {{경로/파일명_또는_디렉토리명}}
chown {{사용자}}:{{그룹}} {{경로/파일명_또는_디렉토리명}}
chown -R {{사용자}} {{경로/디렉토리명}}
chown -h {{사용자}} {{경로/심볼릭_링크}}
chown --reference={{경로/참조_파일명}} {{경로/파일명_또는_디렉토리명}}