New directories are not visible to already existing users and the current adminΒ #875
Open
Description
Bug description
After logging in as admin, I create two users (user1 and user2). Then I create three directories by following all three methods provided here.
The problem is that no directories are accessible by current admin and two users.
But, when I create new user user3, all of three directories are accessible by this new user.
Expected behaviour
Whenever I create any directory, it must be visible to the current admin and all existing users.
Actual behaviour
Newly created directories are not accessible by current admin and pre-existing users.
Your personal set up
- OS: Ubuntu 22 LTS
- Version(s): whatever was installed with the following code:
#!/bin/bash
curl -L https://tljh.jupyter.org/bootstrap.py \
| sudo python3 - \
--admin admin