您的位置:首页 > 运维架构 > Linux

Create shortcuts in Linux (symbolic links)

2014-04-29 10:25 489 查看

原文转载至:http://www.faqforge.com/linux/create-shortcuts-in-linux-symbolic-links/

Create shortcuts in Linux (symbolic links)

Wednesday, April 11, 2012 posted by CSch

Tweet
Windows users are used to be able to create shortcuts to have fast access to their files and folders which is especially useful if these are buried deep in their system – this feature isn’t as obvious on most Linux systems as it is in Windows. Shortcuts
are made using symbolic links here.

Terminal way (the link will appear in the folder the terminal points to):

ln -s /folderorfile/link/will/point/to /name/of/the/link
Desktop way:

To create a symlink without a terminal, just hold Shift+Ctrl and drag the file or folder you want to link to to the location where you want the shortcut. This method may not work with all desktop managers.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: