本課程已於2010年8月27日完全結束。
本部落格文章目前僅供記錄之用。

Monday, September 28, 2009

Linux 2009.0922

RAM+SWAP
virtual memory
free -tm#(指令適合管理者) or $(指令適合任何使用者)
dd if=/dev/zero of=/swapfile.0 bs=512k count=1024
sudo mkswap /swapfile.0
sudo swapon /swapfile.0
sudo swapoff /swapfile.0
tar cvf etc.tar etc
du . -h
tar xvf etc.tar
mkdir 建立目錄
rm -rf etc
zip unzipunzip -d

No comments:

Post a Comment