% chmod +x jtest {give execute access to all} % chmod u+x g-x o-x {add x for owner, remove from group/other} % chmod g=rw,o= file {group=r/w only, other=no access,u=no change} % chmod 640 jfile {numeric mode 640 equals rw-r-----}