anantamukhta / SEBC

0 stars 0 forks source link

Exit-test: Setup #9

Open anantamukhta opened 6 years ago

anantamukhta commented 6 years ago

AWS Node image

Add the following Linux accounts to all nodes User thanos with a UID of 2500 User hulk with a UID of 2600 User groot with a UID of 2700 Create the group blackorder and add thanos to it Create the group avengers and add hulk, groot to it

anantamukhta commented 6 years ago

groupadd blackorder groupadd avengers useradd -u 2500 -G blackorder thanos useradd -u 2600 -G avengers hulk useradd -u 2700 -G avengers groot