Passwords
... password suite. Remove old man pages that may interfere with you seeing the correct replacement man pages that came with the shadow password suite. run pwconv which creates / etc/npasswd and / etc/nshadow Backup / etc/passwd and copy the files / etc/npasswd and / etc/nshadow to / etc/passwd and / etc/ shadow respectively. Be sure the / etc/ shadow and / etc/passwd owners and permissions are the same as shown in listings in this manual ...
http://www.comptechdoc.org/os/linux/usersguide/linux_ugpasswd.html
-
2702 bytes
-
10/19/2004
-
text/html
Cache
Hits:
0
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|
Linux Password & Shadow File Formats
... this file). A second file, called `` / etc/ shadow '', contains encrypted password as well as other information such as account or password expiration values, etc. The / etc/ shadow file is readable only by the root account and is therefore less of a security risk. While some ... Linux Password & Shadow File Formats Linux Administration Made Easy Prev Chapter 6. General System Administration Issues Next 6.6. Linux Password & Shadow ...
http://www.die.net/doc/linux/linux-admin-made-easy/shadow-file-formats.html
-
2713 bytes
-
-
text/html
Cache
Hits:
0
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|
Passwords, Users, Groups, and Quotas
... it removes the shadow password system. grpconv - Creates / etc/gshadow form the file / etc/group. grpunconv - Uses the files / etc/passwd and / etc/ shadow to create / etc/passwd, then deletes / etc/ shadow. pwck - Checks the / etc/passwd and / etc/ shadow files for errors. grpck - Checks the / etc/group and / etc/sgroup files for errors. usermod - Modify a user's account. Options are: d - Change the user's home directory ... ...
http://www.comptechdoc.org/os/linux/howlinuxworks/linux_hlshadow.html
-
7017 bytes
-
10/19/2004
-
text/html
Cache
Hits:
2
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|
Overview of LIDS, Part Two
... of files in / etc, such as lfs# lidsadm -A -o / etc/motd -j WRITE lfs# lidsadm -A -o / etc/ shadow -j DENY The more specific ACL takes precedence. Thus / etc/motd is available for writing even though / etc is read only. The file / etc/ shadow is unavailable entirely, as we can see here: root# echo "Testing" >> / etc/motd; tail -1 / etc/motd Testing root# ls -l / etc/ shadow ls: / etc/ shadow: No such file or directory You may be wondering what purpose a hidden / etc/shadow ...
http://www.securityfocus.com/infocus/1502
-
-
-
text/html
Cache
Hits:
0
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|
53_Users_Groups_Administration
... username and passwd username
(-m is for copying a skeleton in user home directory)
- Purpose of / etc/skel and /home directories
- Purpose of / etc/default/useradd file Parameters
used by YAST (entering new users)
- Purpose of / etc/login.defs
• Key files, terms, and utilities include:
/ etc/passwd useradd groupadd pwconv
/ etc/ shadow usermod groupmod pwunconv
/ etc/group userdel groupdel grpconv
/ etc/gshadow passwd gpasswd grpunconv
chage
• The / etc/passwd file purpose and format
This file contains the users
http://linuxint.net/DOCS/Linux_Docs/PDF/53_Users_Groups_Administration.pdf
-
98798 bytes
-
9/15/2005
-
application/pdf
Cache
Hits:
0
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|
Managing Users
... Change the owner of file(s ) to another user. gpasswd (1) - Used to administer the / etc/group file. groupadd (8) - Create a new group. grpconv (8) - Creates / etc/gshadow from the file / etc/group which converts to shadow passwords. grpunconv (8)- Uses the files / etc/passwd and / etc/ shadow to create / etc/passwd, then deletes / etc/ shadow which converts from shadow ...
http://www.comptechdoc.org/os/linux/usersguide/linux_ugusers.html
-
5299 bytes
-
10/19/2004
-
text/html
Cache
Hits:
0
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|
Shadow-Password-HOWTO
... directement le fichier / etc/ shadow (mais pas y ´ecrire). La meilleure
solution consiste `a configurer le fichier shadow en utilisateur root et groupe shadow. Avant toute chose
v´erifiez que le groupe shadow existe bien (regardez dans le fichier / etc/group). Actuellement, il ne devrait
y avoir aucun utilisateur appartenant `a ce groupe.
chown root.root passwd
chown root. shadow shadow
chmod 0644 passwd
chmod 0640 shadow
Votre syst`eme est d´esormais ´equip´e de mots de passe shadow ...
http://www.ibiblio.org/pub/Linux/docs/HOWTO/translations/fr/pdf/Shadow-Password-HOWTO.pdf
-
263856 bytes
-
4/21/2003
-
application/pdf
Cache
Hits:
0
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|
The /etc directory
... by the mount command. Used when a list of mounted filesystems is needed, e.g., by the df command. / etc/ shadow Shadow password file on systems with shadow password software installed. Shadow passwords move the encrypted password from / etc/passwd into / etc/ shadow ; the latter is not readable by anyone except root. This makes it harder to crack passwords. If your distribution gives you ... is documented in the passwd manual page. The encrypted passwords are much more commonly found in the / ...
http://www.faqs.org/docs/linux_admin/x399.html
-
8895 bytes
-
12/3/2001
-
text/html
Cache
Hits:
0
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|
Troubleshooting environment configurations (2.214.8)
... identify common local system and user environment configuration issues and common repair techniques. Key files, terms and utilities include: / etc/inittab /sbin/init / etc/passwd / etc/ shadow / etc/group / etc/profile / etc/rc.local or / etc/rc.boot /usr/sbin/cron /usr/bin/crontab /var/spool/cron/crontabs/ / etc/`shell_name`.conf / etc/login.defs / etc/syslog.conf Troubleshooting / etc/inittab and /sbin/init The program /sbin/init reads the file / etc/inittab . See the section called “ What happens next, what does /sbin/init do? ” for a ...
http://snow.nl/dist/xhtmlc/ch14s07.html
-
14188 bytes
-
8/13/2004
-
text/html
Cache
Hits:
0
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|
Linux Security Administrator's Guide: Frequently Asked Questions
... file. This has several advantages. The first one is that the shadow file, / etc/ shadow , is only readable by root, unlike / etc/passwd , which must remain readable by everyone. The other advantage is that as the administrator, you can enable or disable accounts ... to map the user ID to the proper username in a directory listing. The / etc/ shadow ...
http://www.linuxsecurity.com/docs/SecurityAdminGuide/SecurityAdminGuide-17.html
-
9924 bytes
-
12/1/2004
-
text/html
Cache
Hits:
0
Rating:

0
/10 Votes:
0
Comments:
0
Report this site
|