LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Symlinks (https://www.linuxquestions.org/questions/linux-general-1/symlinks-8444/)

b0b0 11-08-2001 06:37 AM

Symlinks
 
Anyone know of a good site that explains and shows you how to set up symlinks?

thanks
jason


also - what file can you put a path in to get a app/script/etc to run on boot?

thanks again...

acid_kewpie 11-08-2001 08:10 AM

well there's really nothign to it, just use

man ln

for all the info you'd need.

a general symlink is:

ln -s /location/of/original [/dest/in/ation]

boot file.. /etc/rc.local on most distros. i'm pretty sure that is the last standard script executed no a boot, so everythign should be running by then.

b0b0 11-08-2001 08:43 AM

Thanks much

jason


All times are GMT -5. The time now is 11:53 AM.