No recent searches
Popular Articles
Sorry! nothing found for
Posted over 10 years ago by Gary Leonard
How to assign specific UID and GID for eG installation accounts in Linux?
0 Votes
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
1 Comments
Administrator posted over 10 years ago Admin Answer
Login to post a comment
People who like this
This post will be deleted permanently. Are you sure?
How to assign specific UID and GID for eG installation accounts in Linux?
0 Votes
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
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