The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 11-20-2008
xinu299 xinu299 is offline
Registered User
  
 

Join Date: Nov 2008
Posts: 2
Hi Jim,

Thanks for your response.

So, if the file in the parent directory has the following permission (755)

say

-rwxr-xr-x 1 admin apps 2 Nov 20 03:25 a.txt

The FTP account should be able to navigate back up to dir1 and read this file. Right?

Also, thanks for your tips on avoiding the use of /usr path for giving FTP access.

I'll keep that in mind.

- xinu299