mkdir:ai:3a41f
mkdir -o
$ mkdir -o
try on your machine
This command is invalid in Linux. The correct command to create a directory with the -o flag is 'mkdir -p'. The -p flag creates parent directories if they do not exist.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- mkdir -o?