On Saturday 17 September 2005 11:17, Ansar Mohammed wrote: > Ok I am logged in as root, yet I cant delete /var/empty ( I get operation > not permitted). > > Any suggestions? >
chflags noschg /var/empty rm -r /var/empty You do realize the immutable flag is set for a good reason on that file I hope..... -Mike > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
