Changes
Jump to navigation
Jump to search
Database Server Documentation (view source)
Revision as of 14:51, 17 March 2016
, 14:51, 17 March 2016→Create the researcher user
groupadd -g 505 researcher
useradd -g researcher -G smbusers -s /bin/bash -p xxxx -d /home/researcher -m researcher
passwd researcher
smbpasswd -a researcher
Note: if you forget the -G smbusers, the smbusers groups is 1001:
groupadd
The 'research' user on the dbase server is created as follows (su to postgres first):