[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
Last revisionBoth sides next revision
slackbook:users [2012/09/12 20:48 (UTC)] – [Sources] Bullet Points sycamorexslackbook: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>
  
  
 slackbook:users ()