mkdir

About this tag
The mkdir command is used to create directories in Linux and other Unix-like operating systems. In the context of WindowsForum.com, discussions about mkdir often involve troubleshooting permission errors when trying to create directories in specific locations, such as under the /media directory in a Debian virtual machine running on Oracle VirtualBox. Users may encounter "Permission denied" errors and seek advice on how to resolve them, including checking file system permissions or using sudo. The tag covers practical usage scenarios and common issues faced by users working with Linux command-line tools, particularly in virtualized environments.
  1. Russell

    The "mkdir" command in Debian version 9.5 Linux in Oracle VirtualBox virtual machine ( VM ).

    Attention: windowsForum members: When typing the "mkdir" command under the "/media" directory in my Oracle VirtualBox Debian version 9.5 virtual machine ( VM ) operating system, the following error message appears: "mkdir: cannot create directory 'vboxshared': Permission denied." There are...
Back
Top