answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: If mkdir test fails what could be the possible reasons?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are some commands to make a sub directory in Linux?

mkdir directoryname mkdir "directory name with spaces"


How to create a new directory called letters directly under the current directory?

The 'mkdir' program is used. $ mkdir letters


What is the syntax of the mkdir command?

mkdir [name of directory you wat to make] [second directory] [third directory] [fourth directory]


What is the Command to create a folder?

mkdir


What command creates a sub directory under a directory?

Mkdir command creates a subdirectory under a directory (MD creates a directory) . The command Chdir changes the current Default directory(CD changes the current directory). The Rmdir removes the subdirectory(RD removes a directory).


How do you create a new directory using DOS?

You can create a new directory by using "MD" or "MKDIR" commands.. Use as follows: C:\> MD <directoryname> and press enter.. or C:\> mkdir <directoryname> For example: MD documents or mkdir documents..


How do you create a folder in c lang and take the name from user and how to create a folder inside user's folder?

In ANSI/ISO standard there is no any function that would be capable of doing that. You should need to look for special system function in order to create folder. Systems with support for the POSIX libraries can use the mkdir() function. For example, if you are using UNIX type operating system, you could include "sys/dir.h" and use mkdir().Example:#include #include #include int main() {int code = mkdir("folder");if (code 0) {printf("SUCCESS\n");} else {printf("FAILURE\n");}return 0;}In this example we are calling other command line utility in background - mkdir and telling it to create folder named "folder".


How do you make a folder in Fedora?

mkdir foldername


What does the DOS command to make a directory?

mkdir


How do you create a directory in Linux?

mkdir directoryname


What is the mkdir command used for?

It makes a directory (folder).


How can you create a directory in dos command line?

MKDIR