Mostly Busybox `ps w` same as `ps -A w` or `ps -e w` on POSIX systems. But on Busybox `ps -A w` closed with the error. I believe that Busybox must ignore -A and -e options on ps command instead raise an error. Also, I believe that Busybox must ignore unsupported options on commands instead raise an error.