Open emcrisan opened 4 years ago
I tried the command from this folder too:
admin-user@ip-10-8-8-93:/usr/share/class/pro_admin_training_assets$ sudo chown -R jen:jen /home/jen
chown: invalid group: ‘jen:jen’
AFAIK, I have already updated the instructions. It should now say:
sudo chown jen: .....
And there should be a drop-down that explains why this works.
(The command chown jen:jen
will definitely not work, since jen
isn't a valid group.)
Closing this issue
You did make the change above, but it is the instructions on the copying apps exercise that need to be updated. The screenshot below is from this page: https://colorado.rstudio.com/rsc/pro-admin-training/using-connect-exercise/#section-task-copy-the-example-apps
When following the steps in the copying apps exercise: https://colorado.rstudio.com/rsc/pro-admin-training/using-connect-exercise/#section-task-copy-the-example-apps
The command given in the exercise gives an error when I run it:
In order to get the output shown in the exercise (owned by
jen
in grouproot
), I had to run this command:sudo chown -R jen /home/jen
If I dropped
jen
from the group, and ran this command:sudo chown -R jen: /home/jen
Then the ownership changed tojen
in grouprstudio-connect
. For example:drwxr-xr-x 2 jen rstudio-connect 4096 Jan 2 12:53 00_app