Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2013 20:41:24 +0100
From:      "Ralf Mardorf" <ralf.mardorf@rocketmail.com>
To:        "FreeBSD quest" <freebsd-questions@freebsd.org>
Subject:   Re: Sharing a mail folder between Linux and FreeBSD
Message-ID:  <op.wrhfnaxnuwjkcr@freebsd>
In-Reply-To: <20130125161215.f498f4e4.freebsd@edvax.de>
References:  <op.wrguj103uwjkcr@freebsd> <20130125133346.f1484ed8.freebsd@edvax.de> <op.wrgzatq7uwjkcr@freebsd> <20130125150414.f262d162.freebsd@edvax.de> <op.wrg019couwjkcr@freebsd> <20130125161215.f498f4e4.freebsd@edvax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Jan 2013 16:12:15 +0100, Polytropon <freebsd@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.wrhfnaxnuwjkcr>