On Fri, Jul 18, 2003 at 12:12:48PM +0300, Valentin Nechayev typed:
>
> 8. Disable all processes except sshd and run the following (saying generally):
>
> for D in /bin /sbin /etc /boot /usr/bin /usr/sbin /usr/lib /usr/libexec \
> /usr/libdata /usr/share /usr/local /var/db
> do
> mv ${D} ${D}5
> mv ${D}4 {D}
> done
I think you're screwed the moment $D == /usr/lib
-Ruben
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"