Strange error

Emil Isberg emil.isberg at mds.mdh.se
Fri Jun 8 05:22:09 EDT 2001


On Thu, 7 Jun 2001, Heikki Korpela wrote:
>su -
>timestampdir="/var/run/sudo"
>rm -rf $timestampdir/*

Note that this will only remove every file (or directory) (whose name
does not begining with .) under the timestampdir.

Perhaps you ment

rm -rf $timestampdir

instead?

>mkdir -p $timestampdir
>chown root $timestampdir
>chmod 0700 $timestampdir
>
>If you use another timestamp directory, change timestampdir from above.

-- 
To invent, you need a good imagination and a pile of junk.
		-- Thomas Edison




More information about the sudo-users mailing list