Negrito Asked: 2019-12-21 23:50:38 +0800 CST2019-12-21 23:50:38 +0800 CST 2019-12-21 23:50:38 +0800 CST Creating a folder shortcut on Desktop using command line [duplicate] 772 I know I can create a folder's shortcut by pressing Ctrl and shift, but I wonder how to do it in a command line. directory 1 Answers Voted Godje 2019-12-22T00:04:19+08:002019-12-22T00:04:19+08:00 You can create a symbolik link file in the Desktop folder with a ln command like this: ln -s ~/home/user/some/folder ~/Desktop/some_folder
You can create a symbolik link file in the
Desktop
folder with aln
command like this: