OpenSolaris

Printable Version Enter a New Search
Bug ID 6493125
Synopsis df options needlessly differ between /usr/bin/ and /usr/xpg4/bin/
State 1-Dispatched (Default State)
Category:Subcategory utility:filesystem
Keywords missing-std-feature | modern_times | oss-bite-size | oss-request
Sponsor
Submitter
Reported Against
Duplicate Of
Introduced In
Commit to Fix
Fixed In
Release Fixed
Related Bugs
Submit Date 13-November-2006
Last Update Date 12-March-2009
Description
rent:~ $ df -?
df: unknown option: ?
Usage: df [-F FSType] [-abeghklntVvZ] [-o FSType-specific_options] [directory | block_device | resource]
rent:~ $ /usr/xpg4/bin/df -?
df: unknown option: ?
Usage: df [-F FSType] [-abeghklntPVZ] [-o FSType-specific_options] [directory | block_device | resource]

At least some of these (such as -P) should exist in both versions.
Work Around
N/A
Comments
N/A