From Fedora Project Wiki
m (1 revision(s))
m (Fixed template)
Line 10: Line 10:


[http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/admin-guide/s1-acctsgrps-rhlspec.html  username and group file(s) information]  
[http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/admin-guide/s1-acctsgrps-rhlspec.html  username and group file(s) information]  
<BR>


'''man pages:'''
'''man pages:'''


{{Template:Tip}} To access man pages open a terminal windows and type <code>man</code> put a space and then the name of the command you want to learn more about and press the '''[Enter] ''' key. For example:
{{Admon/tip | To access man pages open a terminal windows and type <code>man</code> put a space and then the name of the command you want to learn more about and press the '''[Enter] ''' key. For example:
<pre>
<pre>
man passwd
man passwd
</pre>
</pre>
will bring up the man page for the <code>passwd</code> command.
will bring up the man page for the <code>passwd</code> command.}}


<BR>
* passwd(1)    ---Learn more about the file format information for the /etc/passwd file.
* passwd(1)    ---Learn more about the file format information for the /etc/passwd file.
* group(5)    ---Learn more about the file format information for the /etc/group file.
* group(5)    ---Learn more about the file format information for the /etc/group file.
Line 41: Line 38:
* chown(1)    ---Learn how to change file owner and group.
* chown(1)    ---Learn how to change file owner and group.


 
{|
----
{| border="1"
|-
|-
|[[Docs/Drafts/AdministrationGuide/UserAccounts/AccountManagementGui| Previous Page - Manage Accounts Using GUI]]  || [[Docs/Drafts/AdministrationGuide/UserAccounts/AdditionalInformation|  Current Page -  Additional Information]]  || [[Docs/Drafts/AdministrationGuide|  Administration Guide - Main Page]]
|[[Docs/Drafts/AdministrationGuide/UserAccounts/AccountManagementGui| Previous Page - Manage Accounts Using GUI]]  || [[Docs/Drafts/AdministrationGuide/UserAccounts/AdditionalInformation|  Current Page -  Additional Information]]  || [[Docs/Drafts/AdministrationGuide|  Administration Guide - Main Page]]
|}

Revision as of 14:46, 3 June 2008

Administration Guide - Additional Information

For additional system administration help/reference look at:

websites:

yum information

username and password guidelines

username and group file(s) information

man pages:

Idea.png
To access man pages open a terminal windows and type man put a space and then the name of the command you want to learn more about and press the [Enter] key. For example:
man passwd
will bring up the man page for the passwd command.
  • passwd(1) ---Learn more about the file format information for the /etc/passwd file.
  • group(5) ---Learn more about the file format information for the /etc/group file.
  • shadow(5) ---Learn more about the file format information for the /etc/shadow file.
  • useradd(8) ---Learn how to create or update user accounts.
  • userdel(8) ---Learn how to delete user accounts.
  • usermod(8) ---Learn how to modify user accounts.
  • chpasswd(8) ---Learn how to update many users' passwords at one time.
  • chage(1) ---Learn how to change user password aging information.
  • chfn(1) ---Learn how to change a user's GECOS (finger) information.
  • chsh(1) ---Learn how to change a user's login shell.
  • groupadd(8) ---Learn how to create a new group.
  • groupdel(8) ---Learn how to delete a group.
  • groupmod(8) ---Learn how to modify a group.
  • gpasswd(1) ---Learn how to administer the /etc/group and /etc/gshadow files.
  • grpck(1) ---Learn how to verify the integrity of the /etc/group and /etc/gshadow files.
  • chgrp(1) ---Learn how to change group-level ownership.
  • chmod(1) ---Learn how to change file access permissions.
  • chown(1) ---Learn how to change file owner and group.
Previous Page - Manage Accounts Using GUI Current Page - Additional Information Administration Guide - Main Page