Permissions problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shelly

    Permissions problem

    I want to create a directory tree on the server with the user's name as the
    top level for that user. I want to create this directory, and two
    subdirectories, when the user signs up. The problem I am having is with
    permissions. I get:

    Warning: mkdir(11june1): Permission denied in
    /home/virtual/site127/fst/var/www/html/ssUserAdd.php on line 87

    How do I have the user's action result in the directories being created, but
    not have the user have access to anything except in that tree through the
    interface?

    Shelly


  • Sympatico Member

    #2
    Re: Permissions problem


    "Shelly" <sheldonlg.news @asap-consult.com> wrote in message
    news:deKdnVbGgP VXDDbfRVn-rA@comcast.com. ..[color=blue]
    >I want to create a directory tree on the server with the user's name as the
    >top level for that user. I want to create this directory, and two
    >subdirectories , when the user signs up. The problem I am having is with
    >permissions. I get:
    >
    > Warning: mkdir(11june1): Permission denied in
    > /home/virtual/site127/fst/var/www/html/ssUserAdd.php on line 87
    >
    > How do I have the user's action result in the directories being created,
    > but not have the user have access to anything except in that tree through
    > the interface?
    >
    > Shelly
    >[/color]


    Comment

    Working...