Linux command not working?
I am very new to Linux.
In the site,
http://www.ape-project.org/wiki/index.php/Simple_APE_configuration
they have given instruction to install APE. I followed their instructions and
installed APE Server through a RPM package. When i type in the terminal,
I am in root,
APE:~# /usr/bin/aped –cfg /etc/ape/ape.conf
I am getting the error,
APE:~# command not found
Can someone tell me what has to be done to execute that command
Thanks
Tagged with: ape project • Linux • rpm
Filed under: rpm
Like this post? Subscribe to my RSS feed and get loads more!
You’re not supposed to type the "APE:~#". That’s just the sample command prompt. You’re supposed to type the command:
/usr/bin/aped -cfg /etc/ape/ape.conf
- kb -