• Home
  • Docker
  • Kubernetes
  • LLMs
  • Java
  • Ubuntu
  • Maven
  • Big Data
  • Archived
Linux-Ubuntu | mkdir -- make directories
  1. Notes
  2. Examples
  3. Command Help (man mkdir)

  1. Notes

    The user must have write permission in the parent directory.
  2. Examples
    • Create a directory:

    • Create multiple directories and optionally their sub-directories:

    • You can use the option -p to create a sub-directory and its parents if they don't exist:

    • Create a directory with a specific permission:
  3. Command Help (man mkdir)
    The following options can be used:
© 2025  mtitek