answersLogoWhite

0

What does chmod 654 stand for?

Updated: 12/15/2022
User Avatar

Wiki User

8y ago

Best Answer

chmod is a utility that allows you to change the file permissions. The octal value 654 equals to -rw-r-x-r-- (or drw-r-x-r-- if it's a directory). This means that the file owner can read and write to the file (but not execute), users in the file's group can read and execute (but not write), while for everyone else it's read-only.

Explanation

  • The "read" permission is assigned the value of 4
  • The "write" permission is assigned the value of 2
  • The "execute (program)" permission is assigned the value of 1
  • A "revoked" or "rejected" permission has the value of 0

You add these up according to what permissions are granted, except if the permissions for any one of the following categories are revoked or rejected (e.g. 000[probably not practical or possible] = nobody can access the file).

  • There are 3 digits, and the first digit is for owner, the second is for group, while the last one is for all.
User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does chmod 654 stand for?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you change the permission modes of a file and directory in Linux?

use the chmod command syntax: chmod #### -option1 -option2 filename man chmod (for more information)


What is 20 percent of 654?

20 percent of 654 = 654/5 or 130.820% of 654= 20% * 654= 20%/100% * 654= 1308/10= 654/5 or 130.8


What is 22 percent of 654?

22% of 654= 22% * 654= 0.22 * 654= 143.88


What is 27 percent of 654?

27% of 654= 27% * 654= 0.27 * 654= 176.58


What number can 654 and go into?

All the multiples of 654, which are infinite: 654, 1308, 1962, 2616 + 654 . . .


Linux command will allow you to change file permissions?

The chmod command. For it's usage, consult it's manual page with the... $ man chmod command....


What percentage is 45 of 654?

45, as a percentage of 654 = 100*45/654 = 6.88%


What is 654 in roman numerals?

654 = DCLIV


What are file permissions in Linux?

The typical way to view file permissions is to use the 'ls' command with the long listing options enabled, For example, to see the file permissions for everything in the current directory, type: ls -lsa


What is 74 percent of 654?

74% of 654 = 483.96


What is 654-64?

718


What is 654 times 3000?

654 * 3000 = 1,962,000