Results 1 to 5 of 5

Thread: What does chmod 654 stand for?

  1. #1
    Join Date
    Dec 2011
    Posts
    47

    What does chmod 654 stand for?

    in my computer i am using linux. and one day i saw chmod 654 message written some where so Can anyone explain me what is chmod 654 stands for and what is the use of it in computer?

  2. #2
    Join Date
    Mar 2011
    Posts
    490

    Re: What does chmod 654 stand for?

    Chmod is nothing but a Linux command which is used to change permission mode. The full form of chmod is change mode. And 654 is it’s binary equivalent.

  3. #3
    Join Date
    May 2011
    Posts
    397

    Re: What does chmod 654 stand for?

    Command to change permission mode (chmod) appears with chmod rwx.654. Whereas rwx means: read, write, execute. And 654 is its binary equivalent but the first number represent the owner that is 6, second number represent group and third number represents everyone.

  4. #4
    Join Date
    May 2011
    Posts
    434

    Re: What does chmod 654 stand for?

    Each character of rwx represents its own value. Whereas r is read, w is write and x is execute. This combines and makes various combinations such as:
    rwx-r-x which mean the owner is allowed to read, write and execute and group is only allowed to read and everyone are allowed to execute.
    This binary equivalent values never produce ambiguous combination each sum represent a specific set of permission
    Here is the individual meaning of the octal digital value:
    0 - - - (no permission to do anything)
    1 - - x (execute)
    2 – w- (write)
    3 – w x (write and execute)
    4 r - - (read)
    5 r – x (read and execute)
    6 rw- - (read and write)
    7 rwx - - (read, write and execute)

    And this is the binary counting:
    0: 000
    1: 001
    2: 010
    3: 011
    4: 100
    5: 101
    6: 110
    7: 111

  5. #5
    Join Date
    Jun 2011
    Posts
    383

    Re: What does chmod 654 stand for?

    If you will change permission mode to chmod rwr. 654 it will mean: the user can read and write and group can read and execute but cannot write and everyone can read only what ever the data is.

Similar Threads

  1. What does BFE stand for in Serious Sam 3 BFE?
    By Chheda in forum Video Games
    Replies: 4
    Last Post: 23-11-2011, 11:05 PM
  2. How to access CHMOD on Mac OSX
    By DENNI$SON in forum Operating Systems
    Replies: 7
    Last Post: 06-09-2011, 10:21 AM
  3. Where I can get BCM 2010 stand alone
    By Faithist in forum Windows Software
    Replies: 4
    Last Post: 18-04-2011, 04:30 AM
  4. How to use chmod to access all subdirectories
    By CitricAcid in forum Operating Systems
    Replies: 3
    Last Post: 29-06-2009, 11:14 PM
  5. save a directory by chmod 777
    By purvagarg in forum Software Development
    Replies: 3
    Last Post: 13-03-2009, 06:37 PM

Tags for this Thread

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
  •  
Page generated in 1,713,499,862.49880 seconds with 17 queries