Where is the location of the downloads folder on a ChromeBook?
I just downloaded a chrome app called 'Terminal' so that I can connect to a remote server via SSH. This works perfectly, but when I need to use a .pem file to connect to an AWS instance, I need to include the path to the Downloads folder where the file is stored. I've been using the ls
and cd
commands to sort of snoop around the machine to see what's on it and I can't seem to find where it is. It's also a bit funny that inside of the ~/home/lnlance09/applications
folder nothing shows up despite the fact that I have several different apps installed.
linux chromebook
migrated from webmasters.stackexchange.com Mar 16 '14 at 1:00
This question came from our site for pro webmasters.
add a comment |
I just downloaded a chrome app called 'Terminal' so that I can connect to a remote server via SSH. This works perfectly, but when I need to use a .pem file to connect to an AWS instance, I need to include the path to the Downloads folder where the file is stored. I've been using the ls
and cd
commands to sort of snoop around the machine to see what's on it and I can't seem to find where it is. It's also a bit funny that inside of the ~/home/lnlance09/applications
folder nothing shows up despite the fact that I have several different apps installed.
linux chromebook
migrated from webmasters.stackexchange.com Mar 16 '14 at 1:00
This question came from our site for pro webmasters.
add a comment |
I just downloaded a chrome app called 'Terminal' so that I can connect to a remote server via SSH. This works perfectly, but when I need to use a .pem file to connect to an AWS instance, I need to include the path to the Downloads folder where the file is stored. I've been using the ls
and cd
commands to sort of snoop around the machine to see what's on it and I can't seem to find where it is. It's also a bit funny that inside of the ~/home/lnlance09/applications
folder nothing shows up despite the fact that I have several different apps installed.
linux chromebook
I just downloaded a chrome app called 'Terminal' so that I can connect to a remote server via SSH. This works perfectly, but when I need to use a .pem file to connect to an AWS instance, I need to include the path to the Downloads folder where the file is stored. I've been using the ls
and cd
commands to sort of snoop around the machine to see what's on it and I can't seem to find where it is. It's also a bit funny that inside of the ~/home/lnlance09/applications
folder nothing shows up despite the fact that I have several different apps installed.
linux chromebook
linux chromebook
edited Feb 25 '17 at 1:54
koceeng
12514
12514
asked Mar 15 '14 at 22:22
LanceLance
161115
161115
migrated from webmasters.stackexchange.com Mar 16 '14 at 1:00
This question came from our site for pro webmasters.
migrated from webmasters.stackexchange.com Mar 16 '14 at 1:00
This question came from our site for pro webmasters.
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
/home/chronos/user/Downloads/
file:///home/chronos/user/Downloads/ will show contents in browser
found at http://lcorg.blogspot.com.es/2011/07/google-chromebooks-some-helpful-tips.html
+1 for sure. Let's me chomecast mp4 files this way. Thanks a lot!
– Teddy
Jul 20 '18 at 22:41
add a comment |
If you have multiple user accounts on the same chromebook, their download directories are in different locations. Each user account gets a long hex identifier, and their download directories are in /home/chronos/u-[id]/Downloads
.
add a comment |
unless you're in dev mode, they're nowhere.
we have to manually move them there, using Files.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
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%2fsuperuser.com%2fquestions%2f729587%2fwhere-is-the-location-of-the-downloads-folder-on-a-chromebook%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
/home/chronos/user/Downloads/
file:///home/chronos/user/Downloads/ will show contents in browser
found at http://lcorg.blogspot.com.es/2011/07/google-chromebooks-some-helpful-tips.html
+1 for sure. Let's me chomecast mp4 files this way. Thanks a lot!
– Teddy
Jul 20 '18 at 22:41
add a comment |
/home/chronos/user/Downloads/
file:///home/chronos/user/Downloads/ will show contents in browser
found at http://lcorg.blogspot.com.es/2011/07/google-chromebooks-some-helpful-tips.html
+1 for sure. Let's me chomecast mp4 files this way. Thanks a lot!
– Teddy
Jul 20 '18 at 22:41
add a comment |
/home/chronos/user/Downloads/
file:///home/chronos/user/Downloads/ will show contents in browser
found at http://lcorg.blogspot.com.es/2011/07/google-chromebooks-some-helpful-tips.html
/home/chronos/user/Downloads/
file:///home/chronos/user/Downloads/ will show contents in browser
found at http://lcorg.blogspot.com.es/2011/07/google-chromebooks-some-helpful-tips.html
answered Dec 3 '14 at 17:47
Liam DanceLiam Dance
15114
15114
+1 for sure. Let's me chomecast mp4 files this way. Thanks a lot!
– Teddy
Jul 20 '18 at 22:41
add a comment |
+1 for sure. Let's me chomecast mp4 files this way. Thanks a lot!
– Teddy
Jul 20 '18 at 22:41
+1 for sure. Let's me chomecast mp4 files this way. Thanks a lot!
– Teddy
Jul 20 '18 at 22:41
+1 for sure. Let's me chomecast mp4 files this way. Thanks a lot!
– Teddy
Jul 20 '18 at 22:41
add a comment |
If you have multiple user accounts on the same chromebook, their download directories are in different locations. Each user account gets a long hex identifier, and their download directories are in /home/chronos/u-[id]/Downloads
.
add a comment |
If you have multiple user accounts on the same chromebook, their download directories are in different locations. Each user account gets a long hex identifier, and their download directories are in /home/chronos/u-[id]/Downloads
.
add a comment |
If you have multiple user accounts on the same chromebook, their download directories are in different locations. Each user account gets a long hex identifier, and their download directories are in /home/chronos/u-[id]/Downloads
.
If you have multiple user accounts on the same chromebook, their download directories are in different locations. Each user account gets a long hex identifier, and their download directories are in /home/chronos/u-[id]/Downloads
.
answered Sep 24 '18 at 18:08
dhasenandhasenan
31015
31015
add a comment |
add a comment |
unless you're in dev mode, they're nowhere.
we have to manually move them there, using Files.
add a comment |
unless you're in dev mode, they're nowhere.
we have to manually move them there, using Files.
add a comment |
unless you're in dev mode, they're nowhere.
we have to manually move them there, using Files.
unless you're in dev mode, they're nowhere.
we have to manually move them there, using Files.
answered Jan 8 at 10:52
cregoxcregox
3,74454161
3,74454161
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f729587%2fwhere-is-the-location-of-the-downloads-folder-on-a-chromebook%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