Changes

Jump to: navigation, search

Lab 4 Warnings / Debrief

548 bytes added, 14:15, 2 November 2015
no edit summary
:# Default Home directory
:# Default shell
 
=== Managing User Accounts ===
 
A Linux system administrator will be required to manage user accounts on an on-going basis.
 
Various Linux commands for user account management includes:
 
:* '''useradd''' - Creates a user account in /etc/passwd file (the option -m creates a home directory for the user)
:* '''userdel''' - Removes an existing user account contained in the /etc/passwd file (the option -r removes the user's home directory as well)
:* '''usermod''' - Modifies fields contained in the /etc/passwd file for that particular username
 
 
13,420
edits

Navigation menu