HP-UX System Directories

HP-UX 2008. 12. 5. 16:27

HP-UX는 AT&T SVR4 Standard File System Layout을 따른다.

크게 Static, Dynamic 으로 나뉘는데 Static은 파일내용의 변경이 거의 없기 때문에 대부분 read only이고 여차하면 다른 시스템에 있는 걸 고대로 갖고와서 써도 됨 (/opt, /usr, /sbin 등)
Dynamic은 파일내용의 변경이 자주 발생 (/home, /etc, /stand, /tmp, /dev, /mnt, /var 등)


/
/usr           OS command, library, document
/sbin         부팅할 때 필요한 command, 그리고 다른 file system 마운트
/opt           Application
/etc           system configuration files
/dev          device files
/var           log, spooler
/mnt           local mount
/tmp           temp files
/stand        kernel and boot loader
/home        user directory


/usr
/usr/bin               OS user command (일반 user용)
/usr/sbin             system admin command (admin용)
/usr/newconfig     시스템구성 date 백업본


/var
/var/adm             log files


/var/adm
/var/adm/syslog   default system log file (/var/adm/syslog/syslog.log)






'HP-UX' 카테고리의 다른 글

Device file 관련 명령어들  (0) 2008.12.05
H/W Address 보기  (0) 2008.12.05
HP-UX OS 확인  (0) 2008.12.05
HP-UX H/W Spec 확인  (0) 2008.12.05
File System Navigation에 유용한 명령어들  (0) 2008.12.05
Recalling 기능 사용하기  (0) 2008.12.05
default config file들이 있는 곳  (0) 2008.12.05
.shrc를 사용하기 위해서 해야 할 일  (0) 2008.12.05
로그인 절차 (CDE)  (0) 2008.12.05
로그인 절차 (ASCII)  (0) 2008.12.05
Posted by 하이안
,