Glam Prestige Journal

Bright entertainment trends with youth appeal.

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.

4 Answers

/home/chronos/user/Downloads/

file:///home/chronos/user/Downloads/ will show contents in browser

found at

1

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

2

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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy