Command fs:mkdir

Creates a directory

Arguments

  • directory: Directory name to create

Options

  • --mode: Permission filemode
  • --force: Force
  • --check: Do not actually make any changes, but report whether or not a change would be made.
Back to command index