profile image

L o a d i n g . . .

리눅스 파일과 폴더의 권한

파일 & 폴더 권한

https://inpa.tistory.com/entry/LINUX-%F0%9F%93%9A-%ED%8C%8C%EC%9D%BC-%EA%B6%8C%ED%95%9C-%EC%86%8C%EC%9C%A0%EA%B6%8C%ED%97%88%EA%B0%80%EA%B6%8C-%F0%9F%92%AF-%EC%A0%95%EB%A6%AC#%EA%B8%B0%EB%B3%B8_%ED%97%88%EA%B0%80%EA%B6%8C_%EB%B3%80%EA%B2%BD__umask

 

🐧 리눅스 파일 & 디렉토리 권한 (소유권 / 허가권 / 특수권한)

파일 및 디렉터리 권한 리눅스는 여러사용자가 들어와 사용하는 멀티유저 시스템이다. 따라서 여러 사용자가 들어와 사용하다보면, 서버에 올려진 비밀자료 열람과 그것을 변조,수정,삭제를 할

inpa.tistory.com

다운로드한 파일 권한

chatGPT

리눅스 유저, 그룹, 권한에 대한 이해

https://www.section.io/engineering-education/user-groups-and-permissions-linux/

 

User Groups and Permissions in Linux

This tutorial will serve as an introduction to Linux operating system user groups and permissions. We will discuss how to create user groups and assign permissions to various user groups in Linux.

www.section.io

https://edu.gcfglobal.org/en/windowsbasics/understanding-user-accounts/1/

 

Windows Basics: Understanding User Accounts

Get to know the Windows user account control features available within this operating system in this free lesson.

edu.gcfglobal.org

  • whoami : 현재 사용자
  • ls -l : https://bimmermac.com/2775
  • id [사용자이름] .  : 현재 사용자 이름, uid, gid, 속해있는 그룹
  • su [사용자이름] : switch user

chown 커맨드

https://bimmermac.com/2785

 

리눅스 chown 명령 사용 방법 | BIMMER MAC

chown 명령어 소개 chown(change the owner of a file)은 파일의 소유권을 변경하는 명령입니다. 형식 chown [옵션] [사용자 계정 및 그룹] [파일] 사용 규칙 파일의 소유권을 변경할 때는 루트 계정으로 권한

bimmermac.com

chmod 커맨드

https://bimmermac.com/2789

 

리눅스 chmod 명령 사용 방법 | BIMMER MAC

chmod 명령어 소개 chmod(change mod)는 파일의 접근 권한을 변경하는 명령어입니다. chown과 달리 파일의 소유자도 명령을 내릴 수 있습니다. 당연히 소유권이 없는 사용자는 chmod 명령을 사용할 수 없

bimmermac.com

 

복사했습니다!