how to find which options a command supports in linux
You can findwhich options a command supports by typing man<commandname>.
Try now with 'man mkdir'for example
$ manmkdir(press the 'q' key to esc the 'man page').
Man pages are the amazing built-in helpfor UNIX.