LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Symbolic link to program that is going to be installed (https://www.linuxquestions.org/questions/ubuntu-63/symbolic-link-to-program-that-is-going-to-be-installed-879623/)

aocferreira 05-09-2011 06:03 AM

Symbolic link to program that is going to be installed
 
Hello,

I'm trying to install a program but get an error because of insufficient free space. The solution is create a symbolic link to folder /home2. I already did this once, but cannot remember how..

The default folder of the program is /usr/local/program .. How can I do this? Thanks in advance.

colucix 05-09-2011 06:09 AM

Code:

# mkdir /home2/program
# ln -s /home2/program /usr/local/program


aocferreira 05-09-2011 06:14 AM

colucix,

Thank you :) Don't know why but I was really convinced that it was ln -s /usr/local/X /home2/program .. Anyway, that's working now :)

widget 05-09-2011 11:24 AM

And folks wonder why I want a large / partition.


All times are GMT -5. The time now is 07:08 PM.