16

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.

koceeng
  • 125
Lance
  • 283

5 Answers5

16

/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

10

First you must enable "Linux Sharing" on your Downloads directory. Just right click on the Downloads directory, you should see the option. Then your downloads should be available at :

/mnt/chromeos/MyFiles/Downloads

I hope this helps.

1

unless you're in dev mode, they're nowhere.

we have to manually move them there, using Files.

download files to linux terminal in chromebook

cregox
  • 5,944
0

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.

dhasenan
  • 310
0

I tried it on the Chromebook and found that the full path to the Downloads folder is /home/chronos/user/MyFiles/Downloads.

Chromebook screen capture

P.S. ChromeOS version is 137.0.7141.66 (Official Build) beta (64-bit).