⌊ K™¦krizzna.web.id ⌉

Sekedar coretan seorang nyubi

Linux command not working?

Posted on

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

Share and Enjoy:
  • printfriendly Linux command not working?
  • digg Linux command not working?
  • delicious Linux command not working?
  • facebook Linux command not working?
  • yahoobuzz Linux command not working?
  • twitter Linux command not working?
  • googlebookmark Linux command not working?
  • email link Linux command not working?
  • linkedin Linux command not working?
  • live Linux command not working?
  • myspace Linux command not working?
  • pdf Linux command not working?
  • plurk Linux command not working?
  • slashdot Linux command not working?
  • technorati Linux command not working?
  • tumblr Linux command not working?
  • hackernews Linux command not working?

Tags: , ,


  • Ken B

    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 -