HP-UX

HP-UX System Directories

하이안 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)