There are number of different approaches to create shortcut of folder on Desktop -
- First Approach
- Goto Desktop.
- Right click and select Create Launcher option.
- Fill the data -
- Type – Location
- Name – Any valid name
- Location – location of desired folder
- Press Ok to complete.
- Second Approach
- Open Terminal.
- Type the following command-ln -s /home/abc ~/Desktop
- Third Approach
- Open Terminal
- sudo ln -s /home/abc /home/efg/xyz
No comments:
Post a Comment