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

Monday, September 28, 2009

Linux 2009.09.25

建立連結
i-node
symbolic link(soft link)
hard link
touch test.txt -> 建立 test.txt
echo myTest > test.txt -> 將 myTest 內容存至 test.txt
cat test.txt -> show test.txt 內容
ln test.txt test -> 建立 hard link
ln -s test.txt test-soft -> 建立 soft link
rm test.txt
tmpfssudo ln -s /dev/tmp/tmp
文書處理軟體操作

No comments:

Post a Comment