Problems using mkdir
Problems using mkdir
Message
mkdir: directory_name: File exists
Meaning
There is already a directory with this name in the
location in which you are trying to create the new
directory.
Message
usage: mkdir [ -p] directory ...
Meaning
You have entered the mkdir command without giving
the name of a directory to be created.
Message
mkdir: pathname: Read-only file system
Meaning
You do not have permission to make files in this
directory. You can only list its contents.
Top document