> 
> how about this as a start:
> 
>     #!/bin/sh
> 
>     for i in /bin /sbin /sbin /usr/sbin /usr/X11R6/bin [...etc...] ; do
>         for j in $i/* ; do
>             strings -a $j | grep -q "/usr/spool" && echo $j uses /usr/spool
>         done
>     done
> 
Running this script I got the following list:

bash uses /usr/spool
rbash uses /usr/spool
sh uses /usr/spool
mailserver uses /usr/spool
strings: smath: Too many levels of symbolic links
xemacs uses /usr/spool
xemacs-20.2 uses /usr/spool
xbiff uses /usr/spool

Sasha.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to