建立連結
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