What does chmod 654 stand for?

Answer:

3:29 am on Mar 29, 2005 (utc 0)
chmod is Linux command to change permission mode.appears with chmod rwx.

654

its binary equivalent
6=011 owner can write and execute.
5=101 group can read and execute.
4=001 other rest can execute only.

First answer by Localinternettraffic. Last edit by Localinternettraffic. Contributor trust: 1 [recommend contributor recommended]. Question popularity: 123 [recommend question].