chmod

파일이나 디렉토리의 연결 권한 변경. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/chmod-invocation.html.

chmod u+x {{경로/대상/파일}}

chmod u+rw {{경로/대상/파일명_또는_디렉토리명}}

chmod g-x {{경로/대상/파일}}

chmod a+rx {{경로/대상/파일}}

chmod o=g {{경로/대상/파일}}

chmod o= {{경로/대상/파일}}

chmod {{[-R|--recursive]}} g+w,o+w {{경로/대상/디렉토리}}

chmod {{[-R|--recursive]}} a+rX {{경로/대상/디렉토리}}