Find the answer to your Linux question:
Results 1 to 2 of 2
what is the command in symbolic method of file permissions? An user can read,write and execute. A group can read. An others can't do anything. Thx....pls I dun want Absolute ...
  1. #1
    Just Joined!
    Join Date
    Jun 2008
    Posts
    2

    what is the command?

    what is the command in symbolic method of file permissions?
    An user can read,write and execute.
    A group can read.
    An others can't do anything.

    Thx....pls I dun want Absolute Method

    Such as chmod g+rw

  2. #2
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    Your question isn't very clear but is:
    Code:
    chmod 740
    what you're looking for? Perhaps:
    Code:
    chmod u=rwx,g=r,o=

Posting Permissions

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