저는 "pythonproject"라는 폴더 안에 있는 파일들에게 권한을 설정을 해줄게요.
먼저 권한을 설정 하기 전의 모습입니다.
I'll set permissions for the files in the "pythonproject" folder.
First, the picture before setting the permission.
chmod 옵션 중 R을 사용하여 권한을 설정해줍니다.
하위 파일들도 권한이 설정된 것을 볼 수 있습니다.
ex) bddung의 하위 폴더와 파일들에게 권한을 755(-rwxr-xr-x)로 변경합니다.
ex) Change the permissions of the subfolders and files of bddung to 755 (-rwxr-xr-x)
$ chmod -R {permission} {file name or folder name}
chmod -R 755 bddung
chmod options
설명은 위키피디아에서 참조하시면 됩니다.
You can refer to Wikipedia for explanation.
0 댓글