顯示具有 linux command 標籤的文章。 顯示所有文章
顯示具有 linux command 標籤的文章。 顯示所有文章

2009年9月23日 星期三

show directory size

du -h -d 1
-d means directory depth

cp

-V: show info when coping files

2009年9月21日 星期一

tar

unpack test.tar
tar -xvf test.tar

unpack an bz2 file

bunzip2 test.bz2

unpack an rpm

rpm2cpio HPDMmultipath-tools-4.1.0-SLES10.2.src.rpm | cpio -idmv

2009年9月17日 星期四

man command

ex:
man 2 open
show man page for open section 2