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













1















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.










share|improve this question









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 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












  • 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 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















1















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.










share|improve this question









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 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












  • 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 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













1












1








1


0






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.










share|improve this question









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






share|improve this question









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.











share|improve this question









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.









share|improve this question




share|improve this question








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 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












  • 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 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

















  • 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












  • 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 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
















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










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.









draft saved

draft discarded


















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.









draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Are there any comparative studies done between Ashtavakra Gita and Buddhim?How is it wrong to believe that a self exists, or that it doesn't?Can you criticise or improve Ven. Bodhi's description of MahayanaWas the doctrine of 'Anatta', accepted as doctrine by modern Buddhism, actually taught by the Buddha?Relationship between Buddhism, Hinduism and Yoga?Comparison of Nirvana, Tao and Brahman/AtmaIs there a distinction between “ego identity” and “craving/hating”?Are there many differences between Taoism and Buddhism?Loss of “faith” in buddhismSimilarity between creation in Abrahamic religions and beginning of life in Earth mentioned Agganna Sutta?Are there studies about the difference between meditating in the morning versus in the evening?Can one follow Hinduism and Buddhism at the same time?Are there any prohibitions on participating in other religion's practices?Psychology of 'flow'

fallocate: fallocate failed: Text file busy in Ubuntu 17.04? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)defragmenting and increasing performance of old lubuntu system with swap partitionIssue with increasing the root partition from the swapthis /usr/bin/dpkg returned error || ubuntu-16.04, 64bitDefault 17.04 swap file locationHow to Resize Ubuntu 17.04 Zesty Swap file size?Ubuntu freezes from online formsMy Laptop is not starting after upgrade ubuntu 16.04 (Kernel 4.8.0-38 to 04.10.0-36)hcp: ERROR: FALLOCATE FAILED!Not sure my swap is being usedWine 3.0 asking for more virtual free swap

Where else does the Shulchan Aruch quote an authority by name?Parashat Metzora+HagadolPesach/PassoverShulchan Aruch UTF-8Anonymous glosses in the Shulchan AruchWhy is the Shulchan Aruch definitive?Siman 32, Kitzur Shulchan Aruch: UntranslatedLitvaks/Yeshivish and Shulchan AruchBuying a Shulchan AruchEnglish version of SHULCHAN ARUCHIs there any place where Shulchan Aruch rules with the Rosh against the Rif and Rambam?Are there practices where Sepharadim do not hold by Shulchan Aruch?5th part of the shulchan aruch