Date: Fri, 25 Jan 2013 20:51:20 +0100 From: Polytropon <freebsd@edvax.de> To: "Ralf Mardorf" <ralf.mardorf@rocketmail.com> Cc: FreeBSD quest <freebsd-questions@freebsd.org> Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-ID: <20130125205120.1aa97ae4.freebsd@edvax.de> In-Reply-To: <op.wrhfnaxnuwjkcr@freebsd> 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> <op.wrhfnaxnuwjkcr@freebsd>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Jan 2013 20:41:24 +0100, Ralf Mardorf wrote: > 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 Definitely to be changed. > A lot of stuff from /tmp is shown without a path, however That will probably be the "false-positives" I mentioned. > 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. The permissions haven't change (they're correct), just the owner is wrong. For comparison: -r-xr-xr-x 1 root wheel 23428 2011-08-21 20:24:03 /usr/bin/ssh-agent* The program is installed without the w attribute by default. > 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. That will be an interesting read. :-) -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130125205120.1aa97ae4.freebsd>