Common options for the mkdir command include:
-p: Create parent directories as needed.-m: Set the file mode (permissions) for the new directory.-v: Verbosely print a message for each directory created.
These options help customize the behavior of the mkdir command according to your needs.
