Results 1 to 5 of 5

Thread: What does it mean r-xrwx

  1. #1
    Junior Member
    Join Date
    Jan 2008
    Posts
    231
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    205
    Reputation
    35

    Default What does it mean r-xrwx

    as the title says what does the permissions of the form r-xrwx mean?



Look Here ->
  • #2
    Senior Member urban_s0ulja's Avatar
    Join Date
    Jan 2008
    Location
    South East Asia
    Posts
    4,068
    Thanks
    380
    Thanked 510 Times in 330 Posts
    Rep Power
    379
    Reputation
    2276

    Default

    unix file permissions
    use google mate lol

  • #3
    Junior Member
    Join Date
    Jan 2008
    Posts
    231
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    205
    Reputation
    35

    Default

    thankuu

  • #4
    Junior Member mortsamis's Avatar
    Join Date
    May 2008
    Age
    45
    Posts
    43
    Thanks
    2
    Thanked 0 Times in 0 Posts
    Rep Power
    196
    Reputation
    10

    Default

    thats not enough.. there are 3 flags set for permissions on a file and you have only provided 2. It's in the form of :

    - --- --- ---
    d rwx rwx rwx

    1st is if the file is a directory/link or not. Second group is read, write and execute permissions for the user that owns the file. The second is the group that owns the file and the third is everyone.
    --
    Don't trust me. I have malfunctioned.

  • #5
    Junior Member
    Join Date
    Jan 2008
    Posts
    231
    Thanks
    0
    Thanked 1 Time in 1 Post
    Rep Power
    205
    Reputation
    35

    Default

    Quote Originally Posted by mortsamis View Post
    thats not enough.. there are 3 flags set for permissions on a file and you have only provided 2. It's in the form of :

    - --- --- ---
    d rwx rwx rwx

    1st is if the file is a directory/link or not. Second group is read, write and execute permissions for the user that owns the file. The second is the group that owns the file and the third is everyone.
    your a legend thanks!

  • Bookmarks

    Posting Permissions

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