Can't get neroAacEnc to work in ubuntu 12.04

$hawn

Distinguished
Oct 28, 2009
854
1
19,060
Hey, i've used nero's free command line aac encoder in windows before with no problem at all.
However, i can't seem to get it to work in ubuntu.

I've downloaded the latest version from her,e http://www.nero.com/eng/downloads-nerodigital-nero-aac-codec.php,
and copied the linux directory from the zip file to my Home folder.
I've placed my input wave file in the same director as the neroAacEnc file. I opened terminal, navigated to the /home directory, and typed,
sudo ./neroAacEnc , but it just throws a warning saying Command not found.

Could any1 help me figure out how to get this to work , thanx in advance :)
 
Solution
First why are you trying to run it with super user privileges??? Don't do that!!!

anyway, you must make neroaacenc executable first.
Code:
chmod +x neroAacEnc
./neroAacEnc

$hawn

Distinguished
Oct 28, 2009
854
1
19,060


You sir, are a genius :)
Well, i used sudo coz nothing in linux seems to run without those high privileges! Sometimes i think linux overdoes its security!!