dreamxe 发表于 2009-07-02 16:57

learning Solaris

/etc/mnttab

link-inode 和 data block. link文件包含的是所link文件的文件名

find . -inum 1282
sector --> Track --> Cylinder --> Slice (Slice 2 represents the entire disk)

S2 entire disk
S1 Swap
S6 /usr file system

sdn sd is a diskname and n is a number. sd is for SCSI disk device
dadn dad direct access disk

prtconf | grep -v not
partition> print
partition> label
volume table of contents .. VTOC stored on the first sector of the disk.

ufs,
hsfs - CD-ROM Media
pcfs

newfs /dev/rdsk/c1t3d0s7整盘的UFS


df -h / du -h human-readable

quote -af disk space being used by users on all mounted file systems
# quot -af
/dev/rdsk/c0t0d0s0 (/):
112410 5246 root
   31      12   uucp   
   11      11   lp   

# quot -f /dev/dsk/c0t0d0s7
/dev/rdsk/c0t0d0s7 (/export/home):
    9       2   root
   15      35   sue
   51      51   paul   
   23      25   jeff


local.profile, local.login, local.cshrc...从/etc/skel目录下拷贝


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/12044/showart_1984114.html
页: [1]
查看完整版本: learning Solaris