Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that each user need to be created with a home directory.

The following is an example of creating a  user and adding them to a shared folder:

Code Block
sudo useradd -m -d /opt/rstudio/<username> <username>
sudo passwd <username>

To create a shared folder for all users to have read and write access to and add it to the user just created: 

Code Block
sudo mkdir /opt/rstudio/<sharedfolder>
sudo chmod -R ugo+rw /opt/rstudio/<sharedfolder>


ln -s /opt/rstudio/<sharedfolder> /opt/rstudio/<username>



Changing Passwords

After logging into RStudio,  Select Tools > Shell from the top menu. There, enter the command ‘passwd’ and follow the prompts