Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2003 11:47:32 +0200
From:      Ruben de Groot <mail23@bzerk.org>
To:        Valentin Nechayev <netch@lucky.net>
Cc:        hackers@freebsd.org
Subject:   Re: complicated downgrade
Message-ID:  <20030718094732.GA32662@ei.bzerk.org>
In-Reply-To: <20030718091248.GO76126@lucky.net>
References:  <20030718091248.GO76126@lucky.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030718094732.GA32662>