|
Loading...
|
freebsd-java@freebsd.org
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Problems with compiling java programs on FreeBSD from ports Matthew Seaman Mon Apr 02 02:00:43 2012
On 02/04/2012 09:35, Super Bisquit wrote:
> chipchop# find -type d -exec chmod 0755 {}\;
> find: illegal option -- t
> find: illegal option -- y
> find: illegal option -- p
> find: illegal option -- e
> find: d: No such file or directory
You need to give find(1) a starting point directory as its first
argument. Something like:
find /usr/local/java -type d -exec chmod 0755 {} \;
Cheers,
Matthew
--
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey
- Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/01
- Re: Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/01
- Re: Problems with compiling java programs on FreeBSD from ports Jonathan Chen 2012/04/01
- Re: Problems with compiling java programs on FreeBSD from ports Greg Lewis 2012/04/01
- Re: Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/01
- Message not available
- Re: Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/01
- Message not available
- Message not available
- Re: Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/02
- Re: Problems with compiling java programs on FreeBSD from ports Matthew Seaman 2012/04/02 <=
- Message not available
- Re: Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/02
- Re: Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/02
- Re: Problems with compiling java programs on FreeBSD from ports Carlo Dapor 2012/04/02
- Re: Problems with compiling java programs on FreeBSD from ports Greg Lewis 2012/04/03
- Re: Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/03
- Re: Problems with compiling java programs on FreeBSD from ports Greg Lewis 2012/04/03
- Re: Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/03
- Re: Problems with compiling java programs on FreeBSD from ports Jason Helfman 2012/04/03
- Re: Problems with compiling java programs on FreeBSD from ports Super Bisquit 2012/04/03
- Re: Problems with compiling java programs on FreeBSD from ports Jason Helfman 2012/04/03