I recently installed an RStudio server on my Amazon EC2 instance. I typically use the default ec2-user with a key to SSH into the instance, but I created a separate user named rstudio with a password to log into the RStudio server in my browser. I can log in successfully, but after doing so, I don't see any files in the bottom right pane of RStudio even though there are many directories and subdirectories of files in /home/ec2-user.
I thought this was possibly because there were no files in /home/rstudio (indeed, that directory didn't even exist even after creating the rstudio user) but even after creating it and moving a file there, that file does not seem to be accessible in RStudio. Any idea what I'm doing wrong?