On Tue, May 21, 2002 at 02:04:49AM +0100, Mel wrote:
> On Mon, 20 May 2002, Niall O Broin wrote:
> > perl -pi -e "s^/home/guest^/local/guest^" /etc/passwd
> generally a bad idea. why? Because it doesn't take into account that all
> your passwd information might not be local as is the case with NIS with yp
yes.
> Besides, in a fit of been a pendant because it's 2 in the morning and I'm
> in literal mode, the above one-liner will match lines that have guest as a
> subset of the username like guestftp, guestshell, guestsamba, guesttemp
> and so on. Unlikely he has such users, but possible
yes, but easily solved:
perl -pi -e 's":/home/guest(:[^:]*)$":/local/guest$1"' /etc/passwd
but chsh or other solutions are better.
kevin
--
kevin at suberic.net "Adding manpower to a late software project
fork()'ed on 37058400 makes it later." -- Brooks Law
meatspace place: inle
http://suberic.net/~kevin
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!