Bill Moran <[EMAIL PROTECTED]> writes: >bash-2.05b$ su >Password: >bolivia# cp /usr/sbin/cron /home/wmoran/. >bolivia# cp /home/wmoran/cron /usr/sbin/. >cp: /usr/sbin/./cron: Text file busy >bolivia# > >Notice that /usr/sbin/cron is in use (because my system is running >normally) I can copy _from_ that file, but I can not overwrite it.
drjekyll:~$ cp /bin/sh foo drjekyll:~$ ./foo drjekyll$ cp /bin/sh foo cp: foo: Text file busy drjekyll$ install /bin/sh foo drjekyll$ echo $? 0 Guess why it's not using "cp"? mkb. _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"