mkdir will not workHow do I install Ubuntu alongside a pre-installed Windows with UEFI?How to remove a directory in www foldercd command not working properly, can't get to desktopUbuntu Linux Filepath for Windows mounted driveTrying to copy file from desktop to usr/share/audacious/skins using terminal. What am I doing wrong?“sudo mv /fromdir /todir” - not recognizing the fromdir locationFinding and copying files in TerminalIssues with using Screen to split terminal on WSL - Ubuntu 14.04.5, Screen 4.1.0Searching Using Ubuntu's Terminalchmod +x seems not to add the commandUsing the mkdir terminal command
Professor being mistaken for a grad student
A limit with limit zero everywhere must be zero somewhere
How to write cleanly even if my character uses expletive language?
Are all passive ability checks floors for active ability checks?
Charles Hockett - 'F' article?
Why do passenger jet manufacturers design their planes with stall prevention systems?
Look at your watch and tell me what time is it. vs Look at your watch and tell me what time it is
Happy pi day, everyone!
PTIJ: Who should I vote for? (21st Knesset Edition)
Official degrees of earth’s rotation per day
A link redirect to http instead of https: how critical is it?
How to terminate ping <dest> &
Hacking a Safe Lock after 3 tries
Can I use USB data pins as power source
What exactly is this small puffer fish doing and how did it manage to accomplish such a feat?
Can a druid choose the size of its wild shape beast?
How could a scammer know the apps on my phone / iTunes account?
My adviser wants to be the first author
how to draw discrete time diagram in tikz
Are there verbs that are neither telic, or atelic?
What are substitutions for coconut in curry?
Most cost effective thermostat setting: consistent temperature vs. lowest temperature possible
Is it possible to upcast ritual spells?
how to write formula in word in latex
mkdir will not work
How do I install Ubuntu alongside a pre-installed Windows with UEFI?How to remove a directory in www foldercd command not working properly, can't get to desktopUbuntu Linux Filepath for Windows mounted driveTrying to copy file from desktop to usr/share/audacious/skins using terminal. What am I doing wrong?“sudo mv /fromdir /todir” - not recognizing the fromdir locationFinding and copying files in TerminalIssues with using Screen to split terminal on WSL - Ubuntu 14.04.5, Screen 4.1.0Searching Using Ubuntu's Terminalchmod +x seems not to add the commandUsing the mkdir terminal command
I'm a newbie trying to learn how to manipulate Ubuntu using WSL, and I'm following along step by step with a video. Can someone please let me know what I'm doing wrong here?
/mnt/c/users/sapph/desktop$ mkdir example
mkdir: cannot create directory ‘example’: No such file or directory
/mnt/c/users/sapph/Desktop$ pwd
/mnt/c/users/sapph/Desktop
I'm simply trying to make a folder called "example" on the desktop.
command-line windows-subsystem-for-linux mkdir
New contributor
Rachelledev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm a newbie trying to learn how to manipulate Ubuntu using WSL, and I'm following along step by step with a video. Can someone please let me know what I'm doing wrong here?
/mnt/c/users/sapph/desktop$ mkdir example
mkdir: cannot create directory ‘example’: No such file or directory
/mnt/c/users/sapph/Desktop$ pwd
/mnt/c/users/sapph/Desktop
I'm simply trying to make a folder called "example" on the desktop.
command-line windows-subsystem-for-linux mkdir
New contributor
Rachelledev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
What path is that? Are you using the Windows Subsystem for Linux (WSL)? Please edit and add this information as well as the output oftype -a mkdirandls -lfor the directory.
– dessert
25 mins ago
I'm using Ubuntu bash shell on Windows 10, when I type "mkdir" to make a folder, it gives me that error. I followed along with the video, where when the instructor creates a directory using "mkdir example" on the desktop, the system creates a folder called "example," which he shows us using the "ls" command. This isn't working for me.
– Rachelledev
21 mins ago
TBH, to learn about Ubuntu you should either install it (that’s possible alongside Windows as a dual boot!) or at least run it as a Live system from e.g. a pendrive.
– dessert
13 mins ago
2
Please provide the output oftype -a mkdirandls -lfor the directory.
– dessert
11 mins ago
This is strange! But then I don't have much experience with Ubuntu on Windows.
– user68186
9 mins ago
add a comment |
I'm a newbie trying to learn how to manipulate Ubuntu using WSL, and I'm following along step by step with a video. Can someone please let me know what I'm doing wrong here?
/mnt/c/users/sapph/desktop$ mkdir example
mkdir: cannot create directory ‘example’: No such file or directory
/mnt/c/users/sapph/Desktop$ pwd
/mnt/c/users/sapph/Desktop
I'm simply trying to make a folder called "example" on the desktop.
command-line windows-subsystem-for-linux mkdir
New contributor
Rachelledev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm a newbie trying to learn how to manipulate Ubuntu using WSL, and I'm following along step by step with a video. Can someone please let me know what I'm doing wrong here?
/mnt/c/users/sapph/desktop$ mkdir example
mkdir: cannot create directory ‘example’: No such file or directory
/mnt/c/users/sapph/Desktop$ pwd
/mnt/c/users/sapph/Desktop
I'm simply trying to make a folder called "example" on the desktop.
command-line windows-subsystem-for-linux mkdir
command-line windows-subsystem-for-linux mkdir
New contributor
Rachelledev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rachelledev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 12 mins ago
dessert
24.6k672105
24.6k672105
New contributor
Rachelledev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 30 mins ago
RachelledevRachelledev
62
62
New contributor
Rachelledev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Rachelledev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Rachelledev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
What path is that? Are you using the Windows Subsystem for Linux (WSL)? Please edit and add this information as well as the output oftype -a mkdirandls -lfor the directory.
– dessert
25 mins ago
I'm using Ubuntu bash shell on Windows 10, when I type "mkdir" to make a folder, it gives me that error. I followed along with the video, where when the instructor creates a directory using "mkdir example" on the desktop, the system creates a folder called "example," which he shows us using the "ls" command. This isn't working for me.
– Rachelledev
21 mins ago
TBH, to learn about Ubuntu you should either install it (that’s possible alongside Windows as a dual boot!) or at least run it as a Live system from e.g. a pendrive.
– dessert
13 mins ago
2
Please provide the output oftype -a mkdirandls -lfor the directory.
– dessert
11 mins ago
This is strange! But then I don't have much experience with Ubuntu on Windows.
– user68186
9 mins ago
add a comment |
What path is that? Are you using the Windows Subsystem for Linux (WSL)? Please edit and add this information as well as the output oftype -a mkdirandls -lfor the directory.
– dessert
25 mins ago
I'm using Ubuntu bash shell on Windows 10, when I type "mkdir" to make a folder, it gives me that error. I followed along with the video, where when the instructor creates a directory using "mkdir example" on the desktop, the system creates a folder called "example," which he shows us using the "ls" command. This isn't working for me.
– Rachelledev
21 mins ago
TBH, to learn about Ubuntu you should either install it (that’s possible alongside Windows as a dual boot!) or at least run it as a Live system from e.g. a pendrive.
– dessert
13 mins ago
2
Please provide the output oftype -a mkdirandls -lfor the directory.
– dessert
11 mins ago
This is strange! But then I don't have much experience with Ubuntu on Windows.
– user68186
9 mins ago
What path is that? Are you using the Windows Subsystem for Linux (WSL)? Please edit and add this information as well as the output of
type -a mkdir and ls -l for the directory.– dessert
25 mins ago
What path is that? Are you using the Windows Subsystem for Linux (WSL)? Please edit and add this information as well as the output of
type -a mkdir and ls -l for the directory.– dessert
25 mins ago
I'm using Ubuntu bash shell on Windows 10, when I type "mkdir" to make a folder, it gives me that error. I followed along with the video, where when the instructor creates a directory using "mkdir example" on the desktop, the system creates a folder called "example," which he shows us using the "ls" command. This isn't working for me.
– Rachelledev
21 mins ago
I'm using Ubuntu bash shell on Windows 10, when I type "mkdir" to make a folder, it gives me that error. I followed along with the video, where when the instructor creates a directory using "mkdir example" on the desktop, the system creates a folder called "example," which he shows us using the "ls" command. This isn't working for me.
– Rachelledev
21 mins ago
TBH, to learn about Ubuntu you should either install it (that’s possible alongside Windows as a dual boot!) or at least run it as a Live system from e.g. a pendrive.
– dessert
13 mins ago
TBH, to learn about Ubuntu you should either install it (that’s possible alongside Windows as a dual boot!) or at least run it as a Live system from e.g. a pendrive.
– dessert
13 mins ago
2
2
Please provide the output of
type -a mkdir and ls -l for the directory.– dessert
11 mins ago
Please provide the output of
type -a mkdir and ls -l for the directory.– dessert
11 mins ago
This is strange! But then I don't have much experience with Ubuntu on Windows.
– user68186
9 mins ago
This is strange! But then I don't have much experience with Ubuntu on Windows.
– user68186
9 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Rachelledev is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126044%2fmkdir-will-not-work%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Rachelledev is a new contributor. Be nice, and check out our Code of Conduct.
Rachelledev is a new contributor. Be nice, and check out our Code of Conduct.
Rachelledev is a new contributor. Be nice, and check out our Code of Conduct.
Rachelledev is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1126044%2fmkdir-will-not-work%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What path is that? Are you using the Windows Subsystem for Linux (WSL)? Please edit and add this information as well as the output of
type -a mkdirandls -lfor the directory.– dessert
25 mins ago
I'm using Ubuntu bash shell on Windows 10, when I type "mkdir" to make a folder, it gives me that error. I followed along with the video, where when the instructor creates a directory using "mkdir example" on the desktop, the system creates a folder called "example," which he shows us using the "ls" command. This isn't working for me.
– Rachelledev
21 mins ago
TBH, to learn about Ubuntu you should either install it (that’s possible alongside Windows as a dual boot!) or at least run it as a Live system from e.g. a pendrive.
– dessert
13 mins ago
2
Please provide the output of
type -a mkdirandls -lfor the directory.– dessert
11 mins ago
This is strange! But then I don't have much experience with Ubuntu on Windows.
– user68186
9 mins ago