-lR and -p Unix commands

Where can I read about these? I have seen them used in CLI tutorials without explanation. Their function is somewhat derivable from context, but I would like documentation.

Some examples:

ls -lR

mkdir -p test/stuff/things
Type man ls and man mkdir
They are not commands but flags.
Topic archived. No new replies allowed.