Date: Fri, 25 Jan 2013 16:12:15 +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: <20130125161215.f498f4e4.freebsd@edvax.de> In-Reply-To: <op.wrg019couwjkcr@freebsd> References: <op.wrguj103uwjkcr@freebsd> <20130125133346.f1484ed8.freebsd@edvax.de> <op.wrgzatq7uwjkcr@freebsd> <20130125150414.f262d162.freebsd@edvax.de> <op.wrg019couwjkcr@freebsd>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 25 Jan 2013 15:26:23 +0100, Ralf Mardorf wrote: > On Fri, 25 Jan 2013 15:04:14 +0100, Polytropon <freebsd@edvax.de> wrote: > > % ls -lR / | grep -v "/home" | grep "rocketmouse" > > It's better I umount at least Arch Linux. True. :-) > There anyway is an issue, it doesn't show the pass, I checked this with > > $ ls -lR /home/ | grep -v "/home" > > after running > > $ ls -lR / | grep -v "/home" | grep "rocketmouse" > > IOW I get tons of files, but don't know to which directory they belong. Sorry, that was something I didn't take into mind, you're right. Maybe this command is more efficient: # find / -exec ls -l {} \; | grep -v "/home" | grep "rocketmouse" It may be a good idea to send the output into a temporary file and check it when the command has finished. As I said, you will probably see some "false positives", but look for anything strange in /usr. > >> PPPoE was enabled automagically :). > > > > You probably have the required magic in /etc/rc.conf. :-) > > Yes, but it wasn't started, when the owner for /usr/bin/su wasn't root. That was to be expected. :-) On Fri, 25 Jan 2013 15:32:38 +0100, Ralf Mardorf wrote: > PS: > > I guess the output is different for user and root and it does remove the > path, but anyway display also contend of /home. Yes, access permissions matter a lot, so the command should be run as root. -- 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?20130125161215.f498f4e4.freebsd>