티스토리 뷰
'root' 유저 소유권인 파일 검색 후 user: www, group: www 로 일괄 변경
sudo find ${PATH} -user root | sudo xargs -i chown www:www "{}"
'www' 유저 소유권이 아닌 파일 검색 후 user: www, group: www 로 일괄 변경
-not
옵션 사용sudo find ${PATH} -not -user www | sudo xargs -i chown www:www "{}"
'OS' 카테고리의 다른 글
Rsync: file has vanished: "xxx" 오류 무시하는 방법 (0) | 2023.02.13 |
---|---|
Rsync: cannot delete non-empty directory (0) | 2023.02.02 |
[Linux] Rsync: How to get specific files only (0) | 2021.05.18 |
[Linux] Rsync: 특정 파일만 가져오기 (0) | 2021.05.18 |
Linux: systemd(systemctl) 실행 시 Exec format error 에러 발생할 경우 (2) | 2019.10.23 |
Keystore에 인증서 추가/삭제 방법 (0) | 2019.09.26 |
Linux: OpenSSL 을 이용하여 인증서 체크 (0) | 2019.09.26 |
Linux: OpenSSL 을 이용한 파일 암호화 (0) | 2019.09.11 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 데브옵스
- Jenkins
- 플레이북
- 파이프라인
- Password manager
- nginx
- vagrant
- 쓰레드덤프
- PostgreSQL
- Playbook
- iTerm2
- groovy
- Config History
- rundeck
- JVM
- Thread Dump
- Shell Script
- rsync
- openssl
- Ansible
- URL Encoding
- Docker
- 엔서블
- Linux
- ssl
- DevOps
- 리눅스
- Nexus
- 엔시블
- 젠킨스
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함