[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
slackbook:users [2012/09/11 01:36 (UTC)] – Added explicit key declarations mfillpotslackbook:users [2012/09/12 21:29 (UTC)] – updated code block to syntax highlighting mfillpot
Line 23: Line 23:
  
  
-<code>+<file>
 darkstar:~# adduser darkstar:~# adduser
  
Line 87: Line 87:
  
 Account setup complete. Account setup complete.
-</code>+</file>
  
  
Line 115: Line 115:
  
  
-<code>+<code bash>
 darkstar:~# useradd -d /data/home/alan -s /bin/bash -g users -G audio,cdrom,floppy,plugdev,video alan darkstar:~# useradd -d /data/home/alan -s /bin/bash -g users -G audio,cdrom,floppy,plugdev,video alan
 </code> </code>
Line 138: Line 138:
  
  
-<code>+<code bash>
 darkstar:~# groupadd slackers darkstar:~# groupadd slackers
 </code> </code>
Line 168: Line 168:
  
  
-<code>+<code bash>
 darkstar:~# usermod -a -G wheel alan darkstar:~# usermod -a -G wheel alan
 darkstar:~# usermod -G wheel alan darkstar:~# usermod -G wheel alan
Line 212: Line 212:
  
  
-<code>+<file>
  
 alan:x:1000:100:,,,:/home/alan:/bin/bash alan:x:1000:100:,,,:/home/alan:/bin/bash
-</code>+</file>
  
  
Line 227: Line 227:
  
  
-<code>+<file>
  
 alan:$1$HlR?M3fkL@oeJmsdLfhsLFM*4dflPh8:14197:0:99999:7::: alan:$1$HlR?M3fkL@oeJmsdLfhsLFM*4dflPh8:14197:0:99999:7:::
-</code>+</file>
  
  
Line 269: Line 269:
 ====== Sources ====== ====== Sources ======
 <!-- If you copy information from another source, then specify that source --> <!-- If you copy information from another source, then specify that source -->
- * Original source: [[http://www.slackbook.org/beta]] \\+  * Original source: [[http://www.slackbook.org/beta]] \\
 <!-- Authors are allowed to give credit to themselves! --> <!-- Authors are allowed to give credit to themselves! -->
- * Originally written by Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson+  * Originally written by Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson
 <!-- * Contrbutions by [[wiki:user:yyy | User Y]] --> <!-- * Contrbutions by [[wiki:user:yyy | User Y]] -->
  
 slackbook:users ()