![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A challenging problem involving symbolic links. | ibloom | High Level Programming | 2 | 03-24-2008 07:07 AM |
| Challenging!! Help needed | hcdiss | Shell Programming and Scripting | 1 | 03-02-2008 08:29 PM |
| Challenging Compare and validate question -- plus speed. | madhunk | Shell Programming and Scripting | 25 | 05-26-2006 06:55 AM |
| A Challenging Situation : i hope the moderators will respond to this problem.. | BAM | UNIX for Dummies Questions & Answers | 2 | 07-08-2002 07:25 AM |
| Very Challenging Question! Need help bad! | Sparticus007 | UNIX for Advanced & Expert Users | 1 | 01-07-2002 07:49 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
A Challenging situation for the MODERATORS
Well, I hope this way you will respond to my inquiries.
I have 4 unix servers,with static ips (though i dont think this is an issue)....i can telnet and rlogin from one to the other....if i FTP from on et othe other and try to execute : cd /user return /user : no such file or directory if i execute the same after telnet or rlogin there is no prblem, so why at the ftp prompt there is this problem...another thing is that the shell is recognising the /etc and /bin at the ftp prompt THANKS |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
(1) If you check the permissions and owner of the daemon process running FTP and compare it to the permissions and owner running other processes you might find that the process does not have permissions to access the directory/file.
(2) Also, some FTP access files, like '/etc/ftp.access' (on some system) insure that the root directory of the FTP process does not permit a FTP process to change directories out of the root. A good guess is to check is (2) and your FTP process is simply configured not to allow an FTP user to move out of the FTP root directory. |
||||
| Google The UNIX and Linux Forums |