mkdir Flashcards

1
Q

mkdir

A

Create the DIRECTORY(ies), if they do not already exist.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

mkdir

  • m
  • p
  • v
A
  • m, –mode=MODE, Set file mode (as in chmod), not a =rwx - umask.
  • p, –parents, No error if existing, make parent directories as needed.
  • v, –verbose, Print a message for each created directory.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly