Results 1 to 9 of 9

Thread: File and folder permissions N770...

  1. #1
    Registered+
    Join Date
    Feb 2009
    Posts
    25
    Thanks
    0
    Thanked
    0 times in 0 posts

    File and folder permissions N770...

    Hi,

    I used ubs copy to backup and external hard drive then used PHP file manager to move the folders to my share folder.

    I have noticed that the permission number for these folders is 554 as opposed to 777 and are locked.

    How do I change the permissions on these folders and/or delete them?

    I did try within file manager but it wont let me select the folders 3 tree's down and have a "error on page" in IE.

    Thanks, Ross

  2. #2
    Senior Member
    Join Date
    Jun 2007
    Location
    Austra
    Posts
    453
    Thanks
    0
    Thanked
    14 times in 14 posts

    Re: File and folder permissions N770...

    Could it be, that You have files bigger 2GB in that folders?
    If Yes, then the PHPFILEMGR can not handle these folders - thats a limitation of php.

    The only other possibility is via linux commands on the console of the N7700 .

    br
    Peter

  3. #3
    Registered+
    Join Date
    Feb 2009
    Posts
    25
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: File and folder permissions N770...

    The total size of the folder is proably over 2GB but no individual files are.

    I logged in via SSH and deleted the files I dont need but can you tell me how I change permissions on the remaining ones?

    Just trying to get my head round none microsoft at the moment ;-)

    Thanks

  4. #4
    Senior Member
    Join Date
    Jun 2007
    Location
    Austra
    Posts
    453
    Thanks
    0
    Thanked
    14 times in 14 posts

    Re: File and folder permissions N770...

    The command for changing permissions is chmod.
    Changing the permissions to 777 of :
    - a single file is : chmod 777 filename
    - all files in a directory is : chmod 777 *
    - a directory and all files and folders in this directory is : chmod -R 777 directory
    br
    Peter

  5. #5
    Registered+
    Join Date
    Feb 2009
    Posts
    25
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: File and folder permissions N770...

    Quote Originally Posted by peterfu View Post
    The command for changing permissions is chmod.
    Changing the permissions to 777 of :
    - a single file is : chmod 777 filename
    - all files in a directory is : chmod 777 *
    - a directory and all files and folders in this directory is : chmod -R 777 directory
    br
    Peter
    Yes, I tried that within SSH and it does not recognise ChMod as a function.

  6. #6
    Senior Member
    Join Date
    Jun 2007
    Location
    Austra
    Posts
    453
    Thanks
    0
    Thanked
    14 times in 14 posts

    Re: File and folder permissions N770...

    Of Course, cause linux is case sensitive and ChMod is another thing as chmod
    br
    Peter

  7. #7
    Registered+
    Join Date
    Feb 2009
    Posts
    25
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: File and folder permissions N770...

    Quote Originally Posted by peterfu View Post
    Of Course, cause linux is case sensitive and ChMod is another thing as chmod
    br
    Peter
    Ah hell, that is one of those smack my forehead moments, did not even think about that, can't get used to case sensitive, will try later.

    Thanks

  8. #8
    Senior Member
    Join Date
    Jun 2007
    Location
    Austra
    Posts
    453
    Thanks
    0
    Thanked
    14 times in 14 posts

    Re: File and folder permissions N770...

    And don't forget that also options, foldernames and filenames are case sensitive - realy everything.
    br
    Peter

  9. #9
    Registered+
    Join Date
    Feb 2009
    Posts
    25
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: File and folder permissions N770...

    Yep, that worked... Sigh!

    thanks again...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 63
    Last Post: 14-11-2011, 09:17 AM
  2. nero recode compiling volume failed
    By hvb in forum Welcome to HEXUS!
    Replies: 1
    Last Post: 02-09-2007, 10:14 AM
  3. Help!!! Offline Folder file permissions
    By madman045 in forum Software
    Replies: 0
    Last Post: 06-10-2006, 05:38 PM
  4. Replies: 8
    Last Post: 18-07-2006, 02:42 AM
  5. Manage downloaded webpages file and folder
    By Zathras in forum Software
    Replies: 0
    Last Post: 17-09-2003, 05:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •