2010年4月15日

Solaris 指令

關機
inid 5

遇到 filename.tar.gz 壓縮並執行的方法
gunzip -c filename.tar.gz | tar xvpf -

disable keyboard beeping
Method 1. /usr/openwin/bin/xset b 0
Method 2. /usr/openwin/bin/xset b off
Method 3. /usr/openwin/bin/xset -b

Where is the command "wget"
/usr/sfw/bin/wget

查詢外接USB位址(c3t0d0s0)
rmformat
mount -F pcfs /dev/dsk/cxtxdxsx:c /mnt

or
cd /dev/rdsk
isotat -En
mount -F pcfs /dev/dsk/cxtxdxsx:c /mnt

umount
fuser -c -u /mnt

umount /mnt

沒有留言: