[linux] Create symbolic link and delete it

Q: How to create symbolic link (soft link) and delete it?

A:

Create :   ln  -s  source_path  link_name

Delete :   unlink link_name

留言

熱門文章