Difference between revisions of "64140"
From MyWiki
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
I have a new member of staff who needs to be given access to the ‘Registry’ | I have a new member of staff who needs to be given access to the ‘Registry’ | ||
and ‘Marketing_Recruitment_Communications’ folders on the L and K drives, | and ‘Marketing_Recruitment_Communications’ folders on the L and K drives, | ||
− | his username is exs04js (Jack Selby). | + | his username is exs04js (Jack Selby).<br> |
+ | needs registry and mrc groups adding | ||
+ | |||
+ | scorpio:/# groups exs04js | ||
+ | external | ||
+ | scorpio:/# usermod -G registry,mrc exs04js | ||
+ | scorpio:/# groups exs04js | ||
+ | external registry mrc | ||
+ | scorpio:/# /scripts/update_servers | ||
+ | Updating aries... | ||
+ | passwd 100% |********************************************************************************************************************| 3615 KB 00:00 | ||
+ | shadow 100% |********************************************************************************************************************| 1851 KB 00:00 | ||
+ | group 100% |********************************************************************************************************************| 43198 00:00 | ||
+ | Moving files into place | ||
+ | No new users/directories to add to aries | ||
+ | Updating itsy/igor... | ||
+ | passwd 100% |********************************************************************************************************************| 3615 KB 00:00 | ||
+ | shadow 100% |********************************************************************************************************************| 1851 KB 00:00 | ||
+ | done. | ||
+ | scorpio:/# |
Latest revision as of 15:53, 21 May 2014
I have a new member of staff who needs to be given access to the ‘Registry’
and ‘Marketing_Recruitment_Communications’ folders on the L and K drives,
his username is exs04js (Jack Selby).
needs registry and mrc groups adding
scorpio:/# groups exs04js external scorpio:/# usermod -G registry,mrc exs04js scorpio:/# groups exs04js external registry mrc scorpio:/# /scripts/update_servers Updating aries... passwd 100% |********************************************************************************************************************| 3615 KB 00:00 shadow 100% |********************************************************************************************************************| 1851 KB 00:00 group 100% |********************************************************************************************************************| 43198 00:00 Moving files into place No new users/directories to add to aries Updating itsy/igor... passwd 100% |********************************************************************************************************************| 3615 KB 00:00 shadow 100% |********************************************************************************************************************| 1851 KB 00:00 done. scorpio:/#