On Fri, 25 Jan 2013 16:12:15 +0100, Polytropon <free...@edvax.de> wrote:
find / -exec ls -l {} \; | grep -v "/home" | grep "rocketmouse"
-r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 ssh-agent
-r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 /usr/bin/ssh-agent
^C
A lot of stuff from /tmp is shown without a path, however
root@freebsd:/usr/home/rocketmouse # ls -l /usr/bin/ssh-agent
-r-xr-xr-x 1 rocketmouse wheel 32736 Dec 23 18:38 /usr/bin/ssh-agent
but without write permission.
I now run
root@freebsd:/usr/home/rocketmouse # find / -exec ls -l {} \; | grep -v
"/home" | grep "rocketmouse" > find_1000.txt
and will take a look at it tomorrow.
Thank you :).
Regards,
Ralf
--
Technology doesn't necessarily make you smarter
http://lists.alioth.debian.org/pipermail/d-community-offtopic/2013-January/000172.html
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"