《问》How to create und remove a link to a directory

《问》

How to create and remove a link to a directory?

create

#     Source                             Link
ln -s /this/is/real/directory/file /this/is/virtual/link/file

remove

unlink /this/is/virtual/link/file

Show

ls -l /this/is/virtual/link/


Comments

Popular posts from this blog

Ruby语言的设计思想

Ruby语言比较讲座:单引号和双引号的比较

Ruby语言经典代码讲座:理解方法