-=-= 컴퓨터 =-=-/리눅스 & 유닉스
리눅스 파일 및 폴더 권한설정
자게남
2011. 12. 15. 10:02
ls -al 권한 확인
chgrp oinstall dbfile <-- dbfile폴더 그룹을 oinstall로 변경하라
chown oracle dbfile <-- dbfile 폴더 소유자를 oracle로 변경하라
chmod 755 dbfile <-- dbfile 권한속성을 755로 변경하라.