I’m quite new to the JupyterHub environment and just set up my first Littlest JupyterHub. I am however encountering some issues.
My goal is to make “shared” folder with some standard documentation which all users can then access to copy out/refer to. I could get this to work - now however it only appears for new users - not those already existing.
Additionally when I remove a user (sudo userdel) the folder of the user remains in the home directory
I’ve searched for something like “updating users” but cannot seem to find anything in this area, as well as resetting the hub environment but no luck. Any help would be greatly appreciated
Creating the folder works well and I can add items to this folder which all users can see - but just new users (added after the folder and contents are created) Even on my own admin account on the hub I cannot see this folder - however navigating into the location where it is created it does show up
/etc/skel is only used to populate new users- if it automatically modified existing users there would be a high risk of conflicting changes.
To update existing users your best option is probably to write a script that loops through all user home folders, and creates the symlink if it doesn’t exist.