LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Create 'shortcut' at /usr/local (https://www.linuxquestions.org/questions/linux-newbie-8/create-shortcut-at-usr-local-66303/)

Arzene 06-18-2003 02:20 AM

Create 'shortcut' at /usr/local
 
i am trying to create a 'shortcut' or 'link' from /home/arzene/file1 to /usr/local/file2 with console. but HOW? I was using 'su' with my password and used 'link' command eg, link file1 file2.

but the result is not a 'shortcut' or 'link'.

Azmeen 06-18-2003 02:26 AM

ln -s file1 file2


All times are GMT -5. The time now is 12:42 AM.