Reputation: 105
Currently, I have to create a directory on drive /data to store big datasets on a different drive (to separate it from the /home directory) for each user that is created and assign access rights.
Upvotes: 0
Views: 363
Reputation: 803
You need create or modify file /usr/local/sbin/adduser.local
This file is script.
chmod +x /usr/local/sbin/adduser.local
Upvotes: 1