
May 5th, 2004, 07:38 AM
|
 |
Proud Member
|
|
Join Date: Mar 2002
Posts: 104
Time spent in forums: 10 h 25 m 52 sec
Reputation Power: 7
|
|
Need help: Symlink & FTP problem
I created symlink using this command:
ln -s /jon/user /usr/local/home/vhosts/domain.com/httpdocs/user
I then logged in to the domain via ftp and when trying to access the symbolic link "user" it gives me a error stating
Code:
550 user: No such file or directory
Also please note that the /jon is on a second new hard drive while /usr is on the first hard drive.
I even changed the permissions on the symlink "user" to the same user & group as that of the ftp user. But it still doesn't work.
Can anyone guide me on how to get a solution? I really need this to work asap. Thanks in advance.
|