home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 June
/
PCWorld_2005-06_cd.bin
/
software
/
vyzkuste
/
firewally
/
firewally.exe
/
framework-2.3.exe
/
passwd-grp.sh.done
< prev
next >
Wrap
Text File
|
2003-02-28
|
188b
|
10 lines
#!/bin/sh
if [ ! -e /etc/passwd -a ! -L /etc/passwd ] ; then
/bin/mkpasswd -l -c > /etc/passwd
fi
if [ ! -e /etc/group -a ! -L /etc/group ] ; then
/bin/mkgroup -l -c > /etc/group
fi