[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Using hamm? READ THIS about /usr/spool and related links...



> 
> 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
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: