Problems Chmod'ing

Discussion in 'General' started by Matthes, Aug 19, 2008.

  1. Matthes

    Matthes New Member

    Ubuntu acts like the CHMOD went through, but nothing really happened. This only happens in subdirectories too. IE: I have a blog installed at xxx.com and at xxx.com/community I want to put a community site. The community site has problems CHMOD'ing
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you run the chmod on the command line, or did some script do it? You can check the permissions of a file/directory with the
    Code:
    ls -l
    command.
     
  3. Matthes

    Matthes New Member

    I ran it across Terminal but the script couldn't do it either. It was weird.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Does your script use the full path to the ls command (e.g. /bin/ls)? Maybe your script has another PATH variable then you on your terminal.
     
  5. Matthes

    Matthes New Member

    haha, I'm an idiot. PHP was running in safe mode
     

Share This Page