Sunday, September 2, 2018

How to create shortcut in linux and ubuntu

run in terminal
ln -s source-path destination-path
example-
my file name name.mp4 in downloads folder and i want to create shortcut on desktop and my pc name rizwan
ln -s /home/rizwan/downloads/name.mp4  /home/rizwan/Desktop/

No comments:

Post a Comment

Mirror android in ubuntu (linux)

open terminal hit enter below command sudo apt-get install android-tools-adb sudo apt-get install ffmpeg go to android device open set...