Re: Attaching Notice to Command

2000-09-10 Thread kf
There are many ways to do this, depending upon the situation. The most obvious and cleanest way is with the use of ownership (see man chown and man chgrp) and permissions (see man chmod). hth, kf On Mon, 4 Sep 2000, SoloCDM wrote: = Is there a way to attach a notice to a command that gives

Re: Attaching Notice to Command

2000-09-04 Thread Anthony E . Greene
On 04 Sep 2000 06:39 SoloCDM wrote: >Is there a way to attach a notice to a command that gives the user a >message and stops the command from executing? Move the original command to another directory and replace it with a script with the same name. This may break other scripts. If you need to