Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2002 12:18:02 -0500
From:      Julian Peterson <weaver@earthcorp.com>
To:        "Christopher J. Umina" <FJU@Fritzilldo.com>, "Alson van der Meulen" <freebsd@alm.xs4all.nl>
Cc:        <questions@freebsd.org>
Subject:   Re: no /bin/login?!?!
Message-ID:  <200204211218.02267.weaver@earthcorp.com>
In-Reply-To: <006701c1e955$0dc46030$0301a8c0@fritz>
References:  <001201c1e94a$2b550b50$0301a8c0@fritz> <20020421163607.GC7999@alm.xs4all.nl> <006701c1e955$0dc46030$0301a8c0@fritz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 21 Apr 2002 11:53 am, Christopher J. Umina wrote:
> Okay everybody who helped me, thanks..  I got all my data back, but the
> one question I have is, is there any way I can do an ls or something that
> goes through a filesysem and tells me only executable files?  

you could try this:
find / -type f -perm +111

"man find" for how you can configure the search better


Regards,

Julian

-- 
Matz's Law:  A conclusion is the place where you got tired of thinking.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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