>> Edit article
이름
제목
패스워드
[root@zica a]# ls -l total 1 -rw-r--r-- 1 root root 2 Jul 19 10:17 a.html [root@zica a]# chown nobody a.html [root@zica a]# ls -l total 1 -rw-r--r-- 1 nobody root 2 Jul 19 10:17 a.html [root@zica a]# chgrp nobody a.html [root@zica a]# ls -l total 1 -rw-r--r-- 1 nobody nobody 2 Jul 19 10:17 a.html [root@zica a]# 위의 경우는 a.html 을 nobody로 바꾸는 경우이고요, 위의 것은 파일이지만 디렉토리도 방법은 똑같습니다. 만약 디렉토리 밑에 있는 파일들 까지 다 권한을 바꾸시려면 chown -R nobody Directory_name 하시면 됩니다... : 지금 root로 되어있는 디렉의 권한은 어떻게 변경을 하죠??? : 워낙 초보다 보니....핫핫~~~ : : 감사합니다.
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved