Gossamer Forum
Home : Products : Others : Fileman :

permissions

Quote Reply
permissions
i can't set the permissions in the root dir
Quote Reply
Re: permissions In reply to
"Make a New Directory" does shows up as 700 under cgiwrap even though script says 0755.
Quote Reply
Re: permissions In reply to
Could you give us some more information?
Are you on a Unix or NT box? The CGI error message page if any?

Thanks



------------------
Patrick
Quote Reply
Re: permissions In reply to
it comes up with cgi error.
I can only change the permissions on file that i uploaded with the script.
even if they are 777
Quote Reply
Re: permissions In reply to
Can you mail me a copy of the CGI error page?

Thanks



------------------
Patrick
Quote Reply
Re: permissions In reply to
CGI ERROR
==========================================
Error Message :
Script Location : /export/home/ajbm/public_html/edit/webedit.cgi
Perl Version : 5.00403

Configuration
-------------------------------------------
allowed_space : 15000
icondir_url : http://ajbm.com/home
logfile : /home/ajbm/public_html/edit/fileman.log
max_upload : 75
password_dir : /home/ajbm/public_html/edit/pass
root_dir : /home/ajbm/public_html/
root_url : http://ajbm.com
script_url : http://ajbm.com/edit/webedit.cgi
show_date : 1
show_icon : 1
show_pass : 1
show_perm : 1
show_size : 1
use_flock : 1
version : 2.0

Form Variables
-------------------------------------------
action : permissions
name : index.shtml
newperm : 777
wd :

Environment Variables
-------------------------------------------
AUTH_TYPE : Basic
DOCUMENT_ROOT : /export/home/ajbm/public_html
GATEWAY_INTERFACE : CGI/1.1
HTTP_ACCEPT : image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
HTTP_ACCEPT_CHARSET : iso-8859-1,*,utf-8
HTTP_ACCEPT_LANGUAGE: en
HTTP_CONNECTION : Keep-Alive
HTTP_HOST : ajbm.com
HTTP_REFERER : http://ajbm.com/edit/webedit.cgi
HTTP_USER_AGENT : Mozilla/4.04 [en] (Win95; I)
PATH : /usr/local/gnu/bin:/usr/local/bin:/usr/bin:/usr/ccs/bin:/etc:/usr/openwin/bin:/usr/sbin:/usr/ucb:.
QUERY_STRING : action=permissions&name=index.shtml&newperm=777&wd=
REMOTE_ADDR : 206.117.109.150
REMOTE_HOST : dial081h.netquest.net
REMOTE_PORT : 1089
REMOTE_USER : boblj
REQUEST_METHOD : GET
REQUEST_URI : /edit/webedit.cgi?action=permissions&name=index.shtml&newperm=777&wd=
SCRIPT_FILENAME : /export/home/ajbm/public_html/edit/webedit.cgi
SCRIPT_NAME : /edit/webedit.cgi
SERVER_ADMIN : webmaster@ajbm.com
SERVER_NAME : www.ajbm.com
SERVER_PORT : 80
SERVER_PROTOCOL : HTTP/1.0
SERVER_SOFTWARE : Apache/1.2.0
TZ : US/Pacific

Quote Reply
Re: permissions In reply to
>"Make a New Directory" does shows up as 700 >under cgiwrap even though script says 0755.
>
under cgiwrap for some reason:
mkdir ($fulldir, 0755);
comes up as a chmod 700. In order to correct this I added:
chmod(0755, $fullDir);
following it. Voila! works :-)

-Cheers,
RJW

Quote Reply
Re: permissions In reply to
i am having problems changing permissions, as it says that i am not the owner...any help would be appreciated...

CGI ERROR==========================================
Error Message : Unable to change permissions for 'index.html' to '777'. Reason: Not owner
Script Location : /home3/hawkweb/public_html/admin/fileman.cgi
Perl Version : 5.00404