2011. 12. 15. 10:02

리눅스 파일 및 폴더 권한설정


ls -al   권한 확인

chgrp oinstall dbfile   <-- dbfile폴더 그룹을 oinstall로 변경하라

chown oracle dbfile  <-- dbfile 폴더 소유자를 oracle로 변경하라

chmod 755 dbfile  <-- dbfile 권한속성을 755로 변경하라.