オプション

-R
recursive
$ chmod u+rwx,g+rx,o+rx file
$ chmod 755 file

$ chmod a=rwx file
$ chmod 777 file

$ chmod u+s file    ← 誰が実行してもファイル所有者として実行される
$ chmod 4755 file