Changes between Version 13 and Version 14 of SmallSteps


Ignore:
Timestamp:
12/19/10 18:05:42 (2 years ago)
Author:
stappers
Comment:

sudo addgroup ${LOGNAME} src cleanup

Legend:

Unmodified
Added
Removed
Modified
  • SmallSteps

    v13 v14  
    2626 
    2727Using the {{{sudo}}} power 
     28{{{ 
     29sudo addgroup ${LOGNAME} src 
     30}}} 
     31Will most likely '''show''' 
     32{{{ 
     33Adding user `accountname' to group `src' ... 
     34Adding user accountname to group src 
     35Done. 
     36}}} 
     37Now is is user {{{${LOGNAME}}}} allowed to write in the directory {{{/usr/src}}} 
     38 
     39Some more information, '''for reference''' ( no need to execute ) 
    2840{{{ 
    2941stappers@inertia:~ 
     
    4860$  
    4961}}} 
    50 Now is is user {{{${LOGNAME}}}} allowed to write in the directory {{{/usr/src}}} 
    5162 
    5263==== Emulated hardware ====