Linux 建立快捷方式

2021-09-25 14:14:56 字數 1025 閱讀 8300

如下:將指定目錄下的檔案建立快捷方式,放在/home/bach/桌面目錄下。

ln -s /usr/lib/netease-cloud-music/netease-cloud-music /home/bach/桌面

即建立軟連線。

ln --help

in the 1st form, create a link to target with the name link_name.

in the 2nd form, create a link to target in the current directory.

in the 3rd and 4th forms, create links to each target in directory.

create hard links by default, symbolic links with --symbolic.

by default, each destination (name of new link) should not already exist.

when creating hard links, each target must exist. symbolic links

can hold arbitrary text; if later resolved, a relative link is

interpreted in relation to its parent directory.

-s, --symbolic make symbolic links instead of hard links

ln用於建立鏈結檔案(link node),

ln -s意為建立符號鏈結(symbolic link),也稱「軟鏈結(soft link)」,類似於window系統的快捷方式。

linux建立快捷方式

進去該資料夾,輸入ls l 就會顯示所有的快捷方式,就是以 desktop為字尾的檔案。編輯你想要建立的快捷方式 sudo vim clion.desktop 注意使用root許可權,否則不能儲存 文字如下 desktop entry encoding utf 8 name clion 快捷名稱 c...

建立快捷方式

苦苦搜尋了n天,終於被我找到了,拿出來給大家參考一下 private declare function fcreateshelllink lib vb6stkit.dll byval lpstrfoldername as string,byval lpstrlinkname as string,by...

goland 建立快捷方式 Linux

最近在研究go語言,對比了幾種流行的ide,發現goland是使用體驗最好的,沒有之一。這也印證了們常說的那句話 jetbrain出品,必屬精品 2.使用gedit新建檔案 看個人喜好,也可以使用vim,nano等編輯工具 sudo gedit goland.desktopdesktop entry...