[mod.computers.apollo] more on running /etc/rc ...

paul@EECS.UMICH.CSNET (Paul Killey) (12/07/85)

What if someone writes the following shell script
before going to lunch?

while (1)
/etc/run_rc

Or, what if I add this line to `node_data/etc.rc?
What are its default permissions?

rm -rf //mybuddy/important/stuff

I run rc by su-ing and running /etc/run_rc 'manually'
and don't bother with the execution via the startup file
that gets executed when booting.

--paul