The mkdir (make directory) command in the Unix, DOS, OS/2 and Microsoft Windows operating systems is used to make a new directory. The underlying system call is also called mkdir(). In DOS, OS/2 and Windows the command is often abbreviated to md.
0
votes
3answers
33 views
How to make if statement
I need to check creating and changing dir for the new directory and print error ion fail someone from them like the following:
[ mkdir tmp && cd tmp ] || echo "error"
But I'm getting the ...
0
votes
3answers
29 views
Trouble Creating Directories with mkdir
New to Ruby, probably something silly
Trying to make a directory in order to store files in it. Here's my code to do so
def generateParsedEmailFile
apath = File.expand_path($textFile)
...
2
votes
1answer
33 views
Shell (bash) brace expansion with Java's runtime.exec
I'm trying to get an expansion command to work with runtime.exec, but the braces are being interpreted as literals rather than being expanded. Here's what I'm trying to do:
String command = "mkdir -p ...
0
votes
1answer
34 views
Codeigniter make directory if not exist
Hi can anyone help me with this. Basically I used the file uploading class of codeigniter the link is
here
and it works fine! but I need to know how to create directory inside this default upload ...
0
votes
3answers
49 views
Windows XP Batch IF & XCOPY
I've been struggling with trying to get the below (example) batch file to work on Windows XP SP3. The IF NOT EXIST part seems to work, but I keep receiving the "Does <path\filename.ext> specify ...
0
votes
2answers
31 views
How can I create a subdirectory that is a datetime stamp of the format YYYMMDDHHMMSS?
How can I create a subdirectory using BASH shell that is a datetime stamp of the format YYYMMDDHHMMSS? I am using mkdir ~/$(printf "%s" `date +"%Y%m%d%H%M%S"`) but keep getting unprintable ...
0
votes
3answers
37 views
Do While LOOP - best approach
I have the right PHP scripting to create a random number and make a new folder on the server with that # as it's name. If the folder exists the script stops. What I can't figure out though is how to ...
0
votes
1answer
35 views
Saving to an object file in Java: getParentFile()
public void save() throws IOException {
File f = new File(path);
if (!f.getParentFile().exists()) {
f.getParentFile().mkdirs();
}
...
-2
votes
1answer
42 views
Php, Function mkdir() permission denied
I want php to create a folder that can store images for a user. So when someone succesfully creates an account a directory is created in the Images folder. I used the php mkdir function to create the ...
2
votes
2answers
43 views
manupulating a string to create directories in unix
I want to take a word as input and creating consecutive directories using the letters of this word in unix shell. I tried sed, awk and fold commands but did not obtaiın any useful result. Any advice?
...
0
votes
5answers
109 views
bash create dir with sequential numbers
I am creating a script to run on OS X which will be run often by a novice user, and so want to protect a directory structure by creating a fresh one each time with an n+1 over the last:
target001 ...
0
votes
1answer
38 views
How to make a folder in python? -mkdir/makedirs doesn't do this right
I have a little problem.
I'm kinda new in python so I need help here.
I'm trying to make a folder but it should be independent on location.
The user can be on desktop and it will make on desktop and ...
0
votes
1answer
57 views
How to make sure php has write permissions on wp dedicated server
I have been struggling with this for some time. I moved my wordpress site over from a PRQ domain to a dedicated server. The script is used for picture uploads. I didn't like the folder structure of ...
0
votes
0answers
43 views
batch file to create folders and shortcut links using input file
Looking to create a batch file that will create folders using an input file AND, in each folder created, a number of Shortcut links to files in other locations that have names and Targets that are ...
0
votes
1answer
56 views
C - How to create a file in a specific directory
I already find a way to do what I want, but it seem dirty. I just want to do a simple thing
sprintf(serv_name, "Fattura-%i.txt", getpid());
fd = open(serv_name, PERMISSION | O_CREAT);
if ...
0
votes
1answer
37 views
Batch Change Directory to New Directory
I have a batch script that creates a new directory with time and date stamp;
mkdir "C:\Program Files (x86)\CraftBukkit\World Backup\CraftBukkit World - %date:/=.% - %time::=.%"
Then I want to have ...
0
votes
2answers
89 views
Mkdir() permission denied C/linux programming
when I execute this code, I get the error Couldn't create backup sub-directory: Permission denied but I can't understand why since I give full permisions and I'm using a admin account on ubuntu.
...
0
votes
1answer
52 views
I use mkdir in Perl. It makes dir, but sometimes it adds a ? to the end of the directory name
Here is the code:
foreach my $name ( @unique_gene_list ) {
print "$name\n";
chomp $name;
unless(mkdir $name, 0700) {
die "Unable to create directory called $name\n";
}
} ...
0
votes
1answer
44 views
Bash mkdir with a datetime stamp
To make a directory including some information, the server name, and a date, I am using:
mkdir ~/abcd-$(home -f)-$(date +"Y%m%d%H%M%S")
trying to get ~/abcd-servername-20130418210802
I get a ? on ...
0
votes
2answers
115 views
How to run os.mkdir() with -p option in Python?
I want to run mkdir command as:
mkdir -p directory_name
What's the method to do that in Python?
os.mkdir(directory_name [, -p]) didn't work for me.
0
votes
1answer
42 views
How can I create folder and download remote images in that folder Using cron job
I am new to cron and I need all of your help , when I am using cron job to create folder and download images in that folder cron page giving me error that :
PHP Warning: imagejpeg(): Unable to open ...
0
votes
1answer
55 views
Get SVN HEAD Revision and make Folder
I want to get the SVN Revison and make an Folder with the current Date and Revision number.
I can't figure out how to make this Folder.
My Idea was this:
cd c:\Program Files\SlikSvn\bin
set var = ...
2
votes
0answers
138 views
sudo mkdir /etc/abc gives command not found, but either sudo and mkdir used alone works [closed]
I can do
sudo touch /etc/abc
and
sudo rm /etc/abc
and it works, so does
mkdir ~/abc
but when I do
sudo mkdir /etc/abcd
I get
sudo: nocorrect: command not found
Any ideas?
I'm using zsh
...
1
vote
2answers
94 views
PHP mkdir failing without errors
I've am trying to set up a small file sharing server on my home's local network and am running into some big problems with the uploader. the step it seems to be failing on is the directory creation ...
0
votes
3answers
95 views
Create a folder and write into it in the root of android
I'm not trying to write into the external sd at /mnt/sdcard. I'm trying to create a folder for may app files and have them accesible by others.
I have an app called Libra that generates .csv files ...
0
votes
0answers
52 views
mkdir() create two directories when called once, why is this strange behavior?
If I put the following code in a .php file and run it in my browser, two directories are created in my /tmp directory, each with a uniqid() based name:
<?php
$tmpfolder = uniqid("test_");
echo ...
2
votes
3answers
62 views
Mkdir throws a warning, when it should be a bool?
so the popular mkdir() function in php throws me a warning in the following code:
public function check_dir($dir, $create_dir = false) {
if (is_dir ( $dir )) {
return true;
} elseif ...
0
votes
1answer
49 views
Weird results with substr and mkdir function in php
I have a fileupload with php but that's irrelevant because my real problem is that i have this code:
if (!empty($_FILES)) {
$tempFile = $_FILES['Filedata']['tmp_name'];
$real = ...
0
votes
1answer
46 views
PHP Mkdir will not work
I have a simple script that all I need it to do is create a directory with the name of the GET variable. When I run this script, it doesn't seem to create the directory. I would like this directory to ...
2
votes
1answer
79 views
Ambigious Situation With PHP mkdir
For every registration on website these two php statement execute
mkdir('server/files/'.$user);
mkdir('server/thumbnails/'.$user);
For some registration the problem occurs with thumbnails folder . ...
0
votes
1answer
98 views
Ruby create csv files in new subdirectory
UPDATE BELOW
I have a Ruby script that is looping through some JSON and creating multiple .CSV files with the data. Currently it just creates those in the same folder as script/JSON. However, I want ...
-1
votes
3answers
88 views
File manipulations in C
I am using a simple 'C' code to do the following:
1) Read from a .txt file.
2) Based on the string present in the .txt file, a directory will be created.
I am not able to perform step-2, as I am ...
0
votes
1answer
98 views
Warning in iCloud integration
I am trying to integrating iCloud.
Everything works fine but when I try to read a file from iCloud I get a warning Like:
Foundation called mkdir("/var/mobile/Library/Mobile ...
0
votes
1answer
99 views
Getting a dynamically created folder name using mkdir() in PHP
I am dynamically creating folders for each user in my php file with
mkdir("Userfiles/".$company."_".$time_stamp);
I want to save that directory in a variable or any other and I have to use the ...
-3
votes
2answers
124 views
Reliable way to create a dir with perl?
From the perl documentation at http://perldoc.perl.org/File/Path.html it states:
"The API was changed in the 2.0 branch. For a time, mkpath and rmtree
tried, unsuccessfully, to deal with the two ...
1
vote
1answer
94 views
JUnit test scanning folder class
I want write several tests, but from a high level each of them should populate a directory structure with some files. I'd test each of these cases at least:
A single folder with a file that passes ...
0
votes
0answers
53 views
Creating writable directory with mkdir in PHP
I have this code to create recursive directories:
define('_PATH', '/www/virtual/user/galleries');
$gallery_path = "/".intval($gallery['id']);
if(!is_dir(_PATH.$gallery_path))
...
-2
votes
1answer
56 views
using SVN Command line in an NANT script [closed]
Can someone please post an example of how to call svn mkdir in an NANt script?
0
votes
4answers
67 views
mkdir() says theres no such directory and fails?
Im likely doing something very simply wrong, but when I try to make a directory (using a variable of an insert just performed as the last folder name), I get the error:
'Warning: mkdir() ...
0
votes
0answers
125 views
Writing to file and mkdir race conditions C
I made a function that tries to create a directory, and then write a simple file:
buffer = "Hello world!";
string url = "a/b/c/d/";
string tmp = "";
string done = "";
while((tmp = ...
0
votes
1answer
126 views
0
votes
2answers
80 views
PHP mkdir not working — may be related to Mac localhost
I'm trying to execute the following code in my PHP script:
if (!is_dir($path . 'channel-partners/html/intro-letter/' . $name_url)) {
mkdir($path . 'channel-partners/html/intro-letter/' . ...
0
votes
2answers
159 views
sudo shell script mkdir
myscript.sh is
#/!bin/sh
mkdir -p $1
cp -p a.txt ./$1
cp b.txt /usr
If I invoke it with sudo ./myscript.sh, the directory $1 is owned by root, so the user can't modify a.txt (which is a problem). I ...
1
vote
1answer
188 views
The “mkdir” command
I'm working on"The Command Line Crash Course",and when I try to run "mkdir temp" in PowerSell(Windows) I get something like "Access to the path is denied",and according to the book ...
1
vote
3answers
105 views
mkdir -p fails when directory exists
On one of our remote systems mkdir -p $directory fails when the directory exists. which means it shows
mkdir: cannot create directory '$directory' : file exists
This is really puzzling, as I ...
2
votes
4answers
133 views
Java I/O. delete() method not deleting created file from directory
This code creates a .txt in the folder directory (it works) but when comes the time to delete the whole directory or the .txt file using delete() method, nothing happens.
The delete() method works ...
0
votes
1answer
159 views
What chmod permission to use when creating user group directory with PHP mkdir()
-
A PHP Web application, needs to allow logged in admins to upload and delete images to a web folder, for a particular record.
When a record is created in a MySQL database, a folder is also created ...
-4
votes
1answer
319 views
How to create Folders in another folder using PHP [closed]
Okay, so essentially Ilm looking to see if there is a way to create folder in another folder on a web server using PHP. So for example I have domain.com/script/testdir so I put a script inside of ...
0
votes
0answers
76 views
Folders not being created (no error messages)
I have the following code:
<?php
include("login.php");
?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>FileStore - Upload ...
0
votes
2answers
156 views
Create folders programatically 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 in the location "http://localhost/" using java. I have done the following :
dirName = new ...



