On Wed, Sep 9, 2009 at 3:15 PM, Vlado Peshov <vlatkop@gmail.com> wrote:
> On Wed, Sep 9, 2009 at 1:33 PM, Babak Shafian <babakred@hotmail.com>wrote:
>
>>
>> > ls -al /opt/apache-continuum-1.2.3/bin
>> >
>>
>> And get this:
>>
>> total 1072
>> drwxr-xr-x 2 root root 4096 Sep 7 15:17 .
>> drwxr-xr-x 8 root root 4096 Sep 7 15:17 ..
>> -rw-r--r-- 1 root root 15380 Jan 8 2009 continuum
>> -rw-r--r-- 1 root root 2055 Jan 8 2009 continuum.bat
>> -rw-r--r-- 1 root root 99401 Jan 8 2009 wrapper-linux-x86-32
>> -rw-r--r-- 1 root root 111027 Jan 8 2009 wrapper-linux-x86-64
>> -rw-r--r-- 1 root root 233604 Jan 8 2009 wrapper-macosx-universal-32
>> -rw-r--r-- 1 root root 112536 Jan 8 2009 wrapper-solaris-sparc-32
>> -rw-r--r-- 1 root root 148512 Jan 8 2009 wrapper-solaris-sparc-64
>> -rw-r--r-- 1 root root 110992 Jan 8 2009 wrapper-solaris-x86-32
>> -rw-r--r-- 1 root root 204800 Jan 8 2009 wrapper-windows-x86-32.exe
>>
>>
> # chmod +x wrapper*
>
this one will be better:
chmod +x *
Regards, Vlado
|