Changes
Page history
Update Post Install Setup
authored
Oct 20, 2023
by
William Frischhertz
Hide whitespace changes
Inline
Side-by-side
Post-Install-Setup.md
View page @
a60d12d9
...
...
@@ -11,6 +11,7 @@ root@x2fec:/$ groupadd -g 1001 controls
root@x2fec:/$ useradd -u 1001 -s /bin/bash -m -g controls controls
root@x2fec:/$ passwd controls
```
**Note: The LIGO standard UID for controls is 1001 across all systems. Any hosts connected to the FEC should follow this standard**
Add 'controls' and 'cdsadmin' user to sudo group. Create /etc/sudoers.d/users with the following:
...
...
...
...