What are common mkdir options?

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.

0 Comments

no data
Be the first to share your comment!