Bug 13481 - action ignore instead error for compatibility
Summary: action ignore instead error for compatibility
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-25 11:18 UTC by v.kalachikhin
Modified: 2021-01-25 11:18 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description v.kalachikhin 2021-01-25 11:18:03 UTC
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.