Trouble getting to Desktop directory, with Bash on Microsoft's Windows (WSL)
I'm using the Bash terminal for Windows and currently this is what I get when I type ls -a
<username@userPC>:/$ ls -a
. bin data home lib64 mnt root srv usr
.. boot dev init lost+found opt run sys var
acct cache etc lib media proc sbin tmp
I'm trying to get to my desktop and I don't know what path that is. I tried to go through each of these files and had no success.
ls desktop windows-subsystem-for-linux
New contributor
|
show 3 more comments
I'm using the Bash terminal for Windows and currently this is what I get when I type ls -a
<username@userPC>:/$ ls -a
. bin data home lib64 mnt root srv usr
.. boot dev init lost+found opt run sys var
acct cache etc lib media proc sbin tmp
I'm trying to get to my desktop and I don't know what path that is. I tried to go through each of these files and had no success.
ls desktop windows-subsystem-for-linux
New contributor
1
Do you have the Windows Subsystem for Linux or CygWin or something else?
– Fabby
Dec 29 '18 at 16:20
Yea. It's WSL..
– Onur Ozbek
Dec 29 '18 at 16:44
It is /home/your_username
– Panther
Dec 29 '18 at 16:59
I can't see my desktop files.
– Onur Ozbek
Dec 29 '18 at 17:20
1
I'm voting to close this question as off-topic because this is about Windows Desktop files.
– Fabby
Dec 29 '18 at 18:09
|
show 3 more comments
I'm using the Bash terminal for Windows and currently this is what I get when I type ls -a
<username@userPC>:/$ ls -a
. bin data home lib64 mnt root srv usr
.. boot dev init lost+found opt run sys var
acct cache etc lib media proc sbin tmp
I'm trying to get to my desktop and I don't know what path that is. I tried to go through each of these files and had no success.
ls desktop windows-subsystem-for-linux
New contributor
I'm using the Bash terminal for Windows and currently this is what I get when I type ls -a
<username@userPC>:/$ ls -a
. bin data home lib64 mnt root srv usr
.. boot dev init lost+found opt run sys var
acct cache etc lib media proc sbin tmp
I'm trying to get to my desktop and I don't know what path that is. I tried to go through each of these files and had no success.
ls desktop windows-subsystem-for-linux
ls desktop windows-subsystem-for-linux
New contributor
New contributor
edited Dec 30 '18 at 18:58
icarus
5,7111929
5,7111929
New contributor
asked Dec 29 '18 at 15:47
Onur Ozbek
1011
1011
New contributor
New contributor
1
Do you have the Windows Subsystem for Linux or CygWin or something else?
– Fabby
Dec 29 '18 at 16:20
Yea. It's WSL..
– Onur Ozbek
Dec 29 '18 at 16:44
It is /home/your_username
– Panther
Dec 29 '18 at 16:59
I can't see my desktop files.
– Onur Ozbek
Dec 29 '18 at 17:20
1
I'm voting to close this question as off-topic because this is about Windows Desktop files.
– Fabby
Dec 29 '18 at 18:09
|
show 3 more comments
1
Do you have the Windows Subsystem for Linux or CygWin or something else?
– Fabby
Dec 29 '18 at 16:20
Yea. It's WSL..
– Onur Ozbek
Dec 29 '18 at 16:44
It is /home/your_username
– Panther
Dec 29 '18 at 16:59
I can't see my desktop files.
– Onur Ozbek
Dec 29 '18 at 17:20
1
I'm voting to close this question as off-topic because this is about Windows Desktop files.
– Fabby
Dec 29 '18 at 18:09
1
1
Do you have the Windows Subsystem for Linux or CygWin or something else?
– Fabby
Dec 29 '18 at 16:20
Do you have the Windows Subsystem for Linux or CygWin or something else?
– Fabby
Dec 29 '18 at 16:20
Yea. It's WSL..
– Onur Ozbek
Dec 29 '18 at 16:44
Yea. It's WSL..
– Onur Ozbek
Dec 29 '18 at 16:44
It is /home/your_username
– Panther
Dec 29 '18 at 16:59
It is /home/your_username
– Panther
Dec 29 '18 at 16:59
I can't see my desktop files.
– Onur Ozbek
Dec 29 '18 at 17:20
I can't see my desktop files.
– Onur Ozbek
Dec 29 '18 at 17:20
1
1
I'm voting to close this question as off-topic because this is about Windows Desktop files.
– Fabby
Dec 29 '18 at 18:09
I'm voting to close this question as off-topic because this is about Windows Desktop files.
– Fabby
Dec 29 '18 at 18:09
|
show 3 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
Onur Ozbek 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%2funix.stackexchange.com%2fquestions%2f491479%2ftrouble-getting-to-desktop-directory-with-bash-on-microsofts-windows-wsl%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
Onur Ozbek is a new contributor. Be nice, and check out our Code of Conduct.
Onur Ozbek is a new contributor. Be nice, and check out our Code of Conduct.
Onur Ozbek is a new contributor. Be nice, and check out our Code of Conduct.
Onur Ozbek is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2funix.stackexchange.com%2fquestions%2f491479%2ftrouble-getting-to-desktop-directory-with-bash-on-microsofts-windows-wsl%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
1
Do you have the Windows Subsystem for Linux or CygWin or something else?
– Fabby
Dec 29 '18 at 16:20
Yea. It's WSL..
– Onur Ozbek
Dec 29 '18 at 16:44
It is /home/your_username
– Panther
Dec 29 '18 at 16:59
I can't see my desktop files.
– Onur Ozbek
Dec 29 '18 at 17:20
1
I'm voting to close this question as off-topic because this is about Windows Desktop files.
– Fabby
Dec 29 '18 at 18:09