This means you are using a BSD based unix, not a System V based unix. Try the command...
[tt]
ps -aux
[/tt]
If that gives you what you were expecting from the "[tt]ps -fe[/tt]", then this is a BSD flavor of the [tt]ps[/tt] command. Do a [tt]man ps[/tt] for more info on the valid switches.
Hope this helps.