디렉토리 생성이 안됩니다.
글쓴이: new5244 / 작성시간: 수, 2003/08/06 - 3:54오후
mount 결과
Quote:
[root@kit /]# mount
/dev/sda5 on / type ext3 (rw)
none on /proc type proc (rw)
......
/dev/sdb1 on /usr type ext3 (rw)
.....
df 결과
Quote:
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/sda5 5036284 122092 4658360 3% /
/dev/sda1 5036284 42692 4737760 1% /boot
/dev/sdc1 34985444 686956 32521300 3% /home
/dev/sda7 12776408 32828 12094556 1% /opt
none 515520 0 515520 0% /dev/shm
/dev/sda3 5036316 32832 4747652 1% /tmp
/dev/sdb1 34985444 1180428 32027828 4% /usr
/dev/sda2 5036316 51096 4729388 2% /var
root 권한으로 /usr/local 아래에 디렉토리를 생성하는데 에러가 나네요..
Quote:
[root@kit local]# mkdir test
mkdir: cannot create directory `test': Permission denied
[root@kit local]# id
uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel)
[root@kit local]# pwd
/usr/local
뭐가 문제 인지 잘 모르겠네요...
도움을 주십시요...
Forums:
퍼미션
혹시 /usr/local의 퍼미션때문이 아닐까 생각됩니다.
보통 /usr/local의 퍼며션은 drwxr-xr-x로 설정을 해놓는데 이게 혹시
dr-xr-xr-x로 되어있는게 아닌지 확인해 보세요.
root권한이더라도 쓰기권한이 없다면 디렉토리가 생성되지 않습니다.
쓰기권한을 주려면
하시면 됩니다.
옵션에 대한 자세한 설명은 man chmod해보세요.
------------------------------
좋은 하루 되세요.
Re: 퍼미션
/usr/local 의 퍼미션을 확인해 보니 rwxr-xr-x 였습니다.
혹시나 해서 다른디렉토리에 퍼미션을 없앤다음 테스트를 해 보았는데
root 일때는 퍼미션에 상관없이 다 허용이 되더군요...
퍼미션 문제는 아닌것 같습니다.
from saibi
흠.. 일단 ext2, ext3 쪽이라면, file system 레벨에서
흠.. 일단 ext2, ext3 쪽이라면, file system 레벨에서 file attribute를 readonly로 해 놓았을 수 있습니다. 이 attribute는 일반 unix의 file permission과는 별개로 동작한다고 합니다.
(직접 해 보진 않아 잘 모르겠지만,) chattr이나 관련 툴로 검사해 볼 수 있을 겁니다.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Korean Ver: http://cinsk.github.io/cfaqs/
[quote="cinsk"]흠.. 일단 ext2, ext3 쪽이라면, f
답변 고맙습니다.
그런데.. lsattr 명령으로 확인해본 결과 역시 아무런 설정이 되있지 않았네요..
도대체 이유를 알수가 없군요...
from saibi
댓글 달기