Koozali.org: home of the SME Server

file access

Marcel

file access
« on: September 05, 2003, 04:19:24 AM »
I am trying find the files I put into the primary i-bay from the shell prompt and I cannot find them anywhere.  I have logged in as 'root'.  My understandig was that the primary i-bay is same as /var/www/html or /var/www ;  I am running version 6 beta 3.  Thankyou for your help

Bill Pflaumer

Re: file access
« Reply #1 on: September 05, 2003, 05:31:42 AM »
Try to find the file with the find command as in #find / -name 'filename' . In this example 'find' is the command,  '/' is begin at the root directory, -name is the switch and 'filename' is the file you are looking for. The filename must be in single quotes and wild cards are allowed such as ? and *. Goto google.com and search for the find command. BTW the Primary Ibay web doc root is at '/home/e-smith/files/primary/html'

Bill

Terry

Re: file access
« Reply #2 on: September 05, 2003, 05:33:24 AM »
Correction Bill, on 6beta3 the doc root is /home/e-smith/files/ibays/Primary/html.  Changed as of 6.0.

Terry

Bill Pflaumer

Re: file access
« Reply #3 on: September 05, 2003, 04:52:07 PM »
Terry,
It seems I can get to the same location using either PATH, mine or yours. If you go to /home/e-smith/files you will see a link of the primary directory to the PATH you stated. Your PATH is 100% correct and my PATH is just a link to it. Learn something everyday !

Bill