Top "Mkdir" questions

The mkdir (make directory) command in the Unix, DOS, OS/2 and Microsoft Windows operating systems is used to make a new directory.

PHP mkdir() permissions

I have a Linux server with appache as the web server. In my PHP script I am making directories with 0777 …

php apache mkdir
Create folders programmatically along with permissions using java to save content to that location

I have xampp installed in my windows system and lampp installed in my linux system. I want to create folder …

java apache file-permissions mkdir
One command to create and change directory

I'm searching for just one command — nothing with && or | — that creates a directory and then immediately changes your …

linux directory command mkdir cd
bash mkdir and cp error on variable path "cannot create directory : No such file or directory"

I'm trying to automate copying the content from a variable path (my camera) into a partially-user-defined path (desktop+date+event). …

bash mkdir cp
Android mkdirs() not working

I''m developing my first Android application and I'v run into a problem while trying to create a directory to save …

android mkdir
os.mkdir error- system cannot find the specified path

I am trying to create new folders using dictionary keys. The code is: os.mkdir("Y:\\Bleeding-study\\MIMIC\\Notes\\randombins\\") …

python-2.7 mkdir
PHP's mkdir function trouble on Windows

I am working on a command line program in PHP and I am having trouble, my first problem is when …

php mkdir
Creating invisible folder with batch

How to use mkdir or md but make the folder invisible...

batch-file mkdir invisible
PHP mkdir() and fopen() does not work - permissions problem? umask problem?

The following PHP script fails to create the directory. It will also fail to create the file (when the directory …

php fopen mkdir umask
Mkdirs does not create folder in internal storage (Android)

I'm trying to create a folder in the internal storage of an app so I can download files to it. …

android mkdir internal-storage mkdirs