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.

create directory with permission in node js

I am trying to create a folder using mkdirp node module. but it is creating with permission 0775 but i am …

javascript node.js mkdir
mkdir: cannot create directory ‘/usr/local/etc/reaver’: Permission denied

I am trying to install reaver and I am stuck at a point were it says to install make. When …

linux mkdir permission-denied
linux mkdir function can't authorize full permission

I am testing the mkdir function to create a new directory: folder = mkdir("./linux", 511); or folder = mkdir("./linux", 0777); or folder = …

c linux permissions mkdir
Permission denied on mkdir()

I'm getting the following error when trying to call mkdir() on a server... Warning: mkdir() [function.mkdir]: Permission denied in /…

php error-handling mkdir
mkdir not working in PHP

Have been pulling out my hair for the past 2 hours on this and am sure I am doing something really …

php mkdir
PHP mkdir - throwing error "File exists"

I am currently working through the Passbook section of iOS6 By Tutorials by the team at raywenderlich.com, and am …

php mkdir rmdir
Error in C++ netbeans mkdir not found?

Everytime I try to build my c++ file I get this error "/usr/bin/make" -f nbproject/Makefile-Debug.mk QMAKE= …

c++ mkdir
PHP mkdir 0777 fail chmod 0777 works

using PHP 5.2.14, this is what happens [user@VE213 public_html]$ php -r "mkdir('directory', 0777);" [user@VE213 public_html]$ ls -lt …

php chmod mkdir
Phpmyadmin 5.1.0.RC1 & 5.0.4 error (Warning in ./libraries/classes/Config.php#1285 mkdir(): Permission denied)

I test phpmyadmin 5.0.4 and 5.1.0.RC1 on ubuntu server 20.04, and I'm geeting the following error : Warning in ./libraries/classes/Config.php#1285 …

php phpmyadmin permission-denied mkdir php-8
How to create directories using samba client

I have a java code for samba client that puts a file from my unix machine to a windows machine. …

java filesystems mkdir samba directory