[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Site paths
- Subject: Re: [cobalt-users] Site paths
- From: Jeff Lasman <jblists@xxxxxxxxxxxxx>
- Date: Sun Feb 27 09:54:45 2000
At 02:30 AM 2/27/00 -0800, you wrote:
Using the command " groups " is fine under command line, but what if the
user is FTP'ing into the server and has no telnet access.
Telnet was the scope of the original question. With FTP, the user can't cd
down past his own root.
Does he still need
the full system path when configing cgi's?? or does he need just his home
dir path? And if he needed the system path, how would he find it in FTP?
He shouldn't need a complete path. If his cgi-bin is a subdirectory of his
web directory the path should simply be: "cgi-bin/filename". If it's a
subdirectory of "web"'s parent (example:
site21
cgi-bin
web
), then this should suffice: "../dirname/cgi-bin/filename".
Hope this helps.
Jeff
--
Jeff Lasman <jblists@xxxxxxxxxxxxx>