nautilus - Ubuntu 16.04 - Where is the "make link" command now? - Ask Ubuntu
this question has answer here:
i upgraded ubuntu 14.04 16.04 (which appears latest). there have been number of changes annoying current worst inability "make link". have files 3.18.5 , there no longer "make link" when right click on folder or file. help...
using @zanna recommendation, have solution uses ln -s
, falls situation
open terminal
navigate file wish make link for
type
ln -s filename linkname
copy or move link desktop
mv linkname /home/user/desktop/
note: use cp
instead of mv
because makes easier try again when mess up. remember long file names (containing spaces) must placed in double quotes:
"long file name"
Comments
Post a Comment