Sharing a mail folder between Linux and FreeBSD

Ralf Mardorf ralf.mardorf at rocketmail.com
Fri Jan 25 19:41:33 UTC 2013


On Fri, 25 Jan 2013 16:12:15 +0100, Polytropon <freebsd at 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 at 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 at 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


More information about the freebsd-questions mailing list