[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
slackbook:users [2012/09/10 02:57 (UTC)] – [Managing Users and Groups] fixed typo mfillpotslackbook:users [2012/10/14 15:56 (UTC)] (current) – removed all bash flags mfillpot
Line 23: Line 23:
  
  
-<code>+<file>
 darkstar:~# adduser darkstar:~# adduser
  
Line 87: Line 87:
  
 Account setup complete. Account setup complete.
-</code>+</file>
  
  
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 221: Line 221:
 colon. They are, from left to right: username, password, UID, GUID, a colon. They are, from left to right: username, password, UID, GUID, a
 comment field, home directory, and shell. You'll notice that the comment field, home directory, and shell. You'll notice that the
-password field for every entry is an <key>x</key>. That is+password field for every entry is an <key>'x'</key>. That is
 because Slackware uses shadow passwords, so the actual encrypted because Slackware uses shadow passwords, so the actual encrypted
 password is stored in ''/etc/shadow''. Let's take a password is stored in ''/etc/shadow''. Let's take a
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 ()