리눅스 파일과 폴더의 권한
파일 & 폴더 권한
🐧 리눅스 파일 & 디렉토리 권한 (소유권 / 허가권 / 특수권한)
파일 및 디렉터리 권한 리눅스는 여러사용자가 들어와 사용하는 멀티유저 시스템이다. 따라서 여러 사용자가 들어와 사용하다보면, 서버에 올려진 비밀자료 열람과 그것을 변조,수정,삭제를 할
inpa.tistory.com
다운로드한 파일 권한
리눅스 유저, 그룹, 권한에 대한 이해
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 커맨드
리눅스 chown 명령 사용 방법 | BIMMER MAC
chown 명령어 소개 chown(change the owner of a file)은 파일의 소유권을 변경하는 명령입니다. 형식 chown [옵션] [사용자 계정 및 그룹] [파일] 사용 규칙 파일의 소유권을 변경할 때는 루트 계정으로 권한
bimmermac.com
chmod 커맨드
리눅스 chmod 명령 사용 방법 | BIMMER MAC
chmod 명령어 소개 chmod(change mod)는 파일의 접근 권한을 변경하는 명령어입니다. chown과 달리 파일의 소유자도 명령을 내릴 수 있습니다. 당연히 소유권이 없는 사용자는 chmod 명령을 사용할 수 없
bimmermac.com
'개발자: 지식 정리 > 리눅스' 카테고리의 다른 글
.ssh/authorized_keys 비밀번호 없이 접속 안되는 현상 (0) | 2023.09.03 |
---|---|
[링크] 리눅스 패키지란? (yum, epel 저장소, 패키지 설치 가능 여부 확인) (1) | 2023.09.03 |
네트워크 인터페이스란? (ifconfig 명령어) (0) | 2022.11.20 |
Vim 배우기 - 블로그/강의 링크 (0) | 2022.08.22 |