Linux man -awThis command is used to view all the sections of a particular topic in a man page. There are two sections for command 'chmod' as you can see above. So you can choose any of the sections either (1) that is executable programs or (2) that is system calls.
Next TopicLinux man -f
|