[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/09 14:41 (UTC)] – added chapter navigation section mfillpotslackbook:users [2012/10/14 15:56 (UTC)] (current) – removed all bash flags mfillpot
Line 19: Line 19:
 very fine **//adduser//** shell script. very fine **//adduser//** shell script.
 **//adduser//** will prompt you to enter the details **//adduser//** will prompt you to enter the details
-of the new user you wish to creature and step you through the process+of the new user you wish to create and step you through the process
 quickly and easily. It will even create a password for the new user. quickly and easily. It will even create a password for the new user.
  
  
-<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 267: Line 267:
 **Next Chapter: [[slackbook:filesystem_permissions|Filesystem Permissions]]** **Next Chapter: [[slackbook:filesystem_permissions|Filesystem Permissions]]**
  
-=====Sources=====+====== Sources =====
 +<!-- If you copy information from another source, then specify that source --> 
 +  * Original source: [[http://www.slackbook.org/beta]] \\ 
 +<!-- Authors are allowed to give credit to themselves! --> 
 +  * Originally written by Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson 
 +<!-- * Contrbutions by [[wiki:user:yyy | User Y]] -->
  
- * Original source: http://www.slackbook.org/beta/#ch_users (authors: Alan Hicks, Chris Lumens, David Cantrell, Logan Johnson)+<!-- Please do not modify anything below, except adding new tags.--> 
 +<!-- You must also remove the tag-word "template" below. Otherwise your page will not show up in the Table of Contents --> 
 +{{tag>slackbook users groups passwd}}
 slackbook:users ()