现在的位置: 首页 > 操作系统 > 正文

linux一日一命令 – ln

2019年04月16日 操作系统 ⁄ 共 400字 ⁄ 字号 评论关闭

There are two types of links

  • symbolic links: Refer to a symbolic path indicating the abstract location of another file
  • hard links : Refer to the specific location of physical data.
To
create a symbolic link in Unix or Linux, at the shell prompt, enter the following command:

ln -s {target-filename}
{
symbolic-filename}


Reference:

http://www.cyberciti.biz/faq/creating-soft-link-or-symbolic-link/

http://manpages.ubuntu.com/manpages/lucid/man1/ln.1.html

抱歉!评论已关闭.