Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- install
- 파일 시스템
- 도커파일
- springboot
- mac mariadb
- systemd
- Oracle
- mysql error
- mysql
- jar deploy
- Dockerfile
- jar배포
- 도커
- 설치
- docker container
- DB
- sts
- sudo
- join
- spring framework
- react map error
- map is not a function
- ps
- jdk
- 관리
- root
- springboot jar
- Access denied for user ''@'localhost'
- brew install mariadb
- Docker
Archives
- Today
- Total
목록소유자 (1)
Yoon.s

소유자와 소유 그룹 변경 chown [옵션] 사용자 계정 파일명/디렉터리명 옵션 -R : 서브 디렉터리의 소유자와 소유 그룹도 변경 *이때 주의할 점은!! chown 명령은 일반 사용자가 사용할 수 없고 root 권한으로만 가능합니당 1) 소유자 변경 -> user2가 존재함을 먼저 인식한 후 -> 파일 hosts를 user2로 소유자 변경 -> 소유자가 user2로 변경된 것을 알 수 있음 2) 소유자와 소유 그룹 동시에 변경 -> groups를 통해 존재하는 그룹 확인 -> 사용자 계정:그룹명 파일 hosts를 소유자는 user1으로, 그룹은 team1로 변경 -> 파일 hosts의 소유자 소유 그룹이 변경됨을 확인 2-1) 옵션 -R 추가 -> 디렉터리 temp 안의 파일들을 한 번에 소유자는 us..
인프라/linux
2020. 7. 15. 15:39