Assigning UID and GID to eG

Posted over 10 years ago by Gary Leonard

Post a topic
Answered
G
Gary Leonard

How to assign specific UID and GID for eG installation accounts in Linux?

0 Votes

A

Administrator posted over 10 years ago Admin Best Answer

Modify the eG install scripts (iManager_Linux, iAgent_linux) to use the Group and User on specific IDs.


Sample commands are given below, to add the Group & User using the ID 700


/usr/sbin/groupadd -g 700 $groupName


/usr/sbin/useradd -G $groupName -g $groupName -u 700 -d $userHome/egurkha $userName 



0 Votes


1 Comments

A

Administrator posted over 10 years ago Admin Answer

Modify the eG install scripts (iManager_Linux, iAgent_linux) to use the Group and User on specific IDs.


Sample commands are given below, to add the Group & User using the ID 700


/usr/sbin/groupadd -g 700 $groupName


/usr/sbin/useradd -G $groupName -g $groupName -u 700 -d $userHome/egurkha $userName 



0 Votes

Login to post a comment