Results 1 to 9 of 9
where to add a symbolic link of acrobat reader in order to open it when using run window(after alt+F1 pressed)?ln -s <file> <target> does not do what i want.....
- 08-05-2004 #1Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
create symbolic link.
where to add a symbolic link of acrobat reader in order to open it when using run window(after alt+F1 pressed)?ln -s <file> <target> does not do what i want..
Linux For Ever!
- 08-06-2004 #2Just Joined!
- Join Date
- Jul 2004
- Location
- Wherever the beautiful women are.
- Posts
- 99
I'm no expert on this but you could have a look at some of these sites to see if they give you the answer you're looking for.
http://www.google.com/search?q=Creat...utf-8&oe=utf-8
- 08-06-2004 #3Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
ok i will take a look there...thanks!
Linux For Ever!
- 08-09-2004 #4Just Joined!
- Join Date
- Aug 2004
- Posts
- 9
Hello,
If you want to run Acrobat Reader from the Run option in X-window, you dont have to create any link. I think acroread is the executable. And most probably the link will be /usr/local/Acrobat4/bin/acroread. If you cannot find it there please try the command "which acroread".
- 08-10-2004 #5Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
yes it is located there but the problem is that when i use run and type acroread it doesn't start automatically.i have to use the full path..maybe i should try an alias..
Linux For Ever!
- 08-12-2004 #6Linux User
- Join Date
- Jul 2004
- Location
- Poland
- Posts
- 368
How about putting the path to the directory where acroread executable is located in your PATH.
When it comes to linking, you can do:
as the root.Code:cd /bin ln -s /where/you/have/acroread
I hope this helps.
- 08-12-2004 #7Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
thanks for that...but i don't think that it is what i surely want to do..
Linux For Ever!
- 08-12-2004 #8Linux User
- Join Date
- Jul 2004
- Posts
- 256
Create the link in a directory that is already in your path, maybe /usr/bin
--monkey
- 08-12-2004 #9Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
ok i'll try to fix it...thanks for the posts..
Linux For Ever!


Reply With Quote
