Changes between Version 41 and Version 42 of Doc/ComputingCenters/IDRIS


Ignore:
Timestamp:
01/19/17 12:21:22 (7 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/ComputingCenters/IDRIS

    v41 v42  
    127127Exemples to give access to a list of groups to HOME ergon, HOME and WORKDIR ada : 
    128128{{{ 
    129 ergon>  for g in xxx yyy ; do echo $g ; idracl  -a -g $g ; done 
    130 ada> for g in xxx yyy ; do echo $g ; idracl -w -a -g $g ; idracl  -a -g $g ; done 
     129ergon>  for g in yyy zzz ; do echo $g ; idracl  -a -g $g ; done 
     130ada> for g in yyy zzz ; do echo $g ; idracl -w -a -g $g ; idracl  -a -g $g ; done 
    131131}}} 
    132 If this is not enough, please contact the IDRIS' assistance. 
     132 Verification : 
     133{{{ 
     134ada> cd ; ls -ld . 
     135drwxr-xr-x+ 24 rxxx003 xxx 8192 Jan 19 12:13 . 
     136ada> idracl -l 
     137  
     138Liste des logins et groupes autorises a acceder  
     139 a mon espace /linkhome/rech/xxx/rxxx003  
     140=============================================== 
     141 logins autorises :  
     142 groupes autorises : yyy zzz  
     143}}} 
    133144 
    134  
     145In case of problems, please contact the IDRIS' assistance. 
    135146 
    136147# Simulation outputs #