Linux下软连接(softlink)和硬连接(hardlink)的区别
摘要:通过实际操作来辨别softlink和hardlink的区别:首先我们在/home/下建立了一个文件source.file[root@wang home]# lltotal 8-rw-r--r-- 1 root root 26 Dec 6 12:07 source.file接着分别建立两种连接:[root@wang home]# ln source.file hardlink.file----------------- hardlink[root@wang home]# ln -s source.file softlink.file ----------------- softlink建好连接文
阅读全文
posted @ 2013-10-31 13:16
浙公网安备 33010602011771号