Changes between Version 13 and Version 14 of SmallSteps
- Timestamp:
- 12/19/10 18:05:42 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SmallSteps
v13 v14 26 26 27 27 Using the {{{sudo}}} power 28 {{{ 29 sudo addgroup ${LOGNAME} src 30 }}} 31 Will most likely '''show''' 32 {{{ 33 Adding user `accountname' to group `src' ... 34 Adding user accountname to group src 35 Done. 36 }}} 37 Now is is user {{{${LOGNAME}}}} allowed to write in the directory {{{/usr/src}}} 38 39 Some more information, '''for reference''' ( no need to execute ) 28 40 {{{ 29 41 stappers@inertia:~ … … 48 60 $ 49 61 }}} 50 Now is is user {{{${LOGNAME}}}} allowed to write in the directory {{{/usr/src}}}51 62 52 63 ==== Emulated hardware ====