Linked by Thom Holwerda on Tue 15th Apr 2008 20:07 UTC, submitted by Moochman
Thread beginning with comment 309836
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Solaris believes in backward compatability, so they ship a whole range of "core utils" usually the first thing most people do is to change their default path generally to something like this:
PATH=/usr/bin/xpg6/bin:/usr/bin/xpg4/bin:/usr/ccs/bin:/usr/bin:/usr/uc b/bin
PATH=/usr/bin/xpg6/bin:/usr/bin/xpg4/bin:/usr/ccs/bin:/usr/bin:/usr/uc b/bin
That is very good attitude, FreeBSD is also going this way, and that is one of these things that Linux does not have (and for looong time will not have).
Sun wants to make OpenSolaris as a UNIX's Ubuntu, so it would just be nice to make good defaults.
It's all well explained at the following link:
http://mail.opensolaris.org/pipermail/companion-discuss/2006-April/...
http://mail.opensolaris.org/pipermail/companion-discuss/2006-April/...
Thanks you for link, reading it now ...






Member since:
2006-01-12
Solaris believes in backward compatability, so they ship a whole range of "core utils" usually the first thing most people do is to change their default path generally to something like this:
PATH=/usr/bin/xpg6/bin:/usr/bin/xpg4/bin:/usr/ccs/bin:/usr/bin:/usr/uc b/bin
This will give you behaviour that's compliant with POSIX.1-2001 and SUSv3 (Unix 2003)
In Opensolaris there is now a /usr/gnu/bin folder so you could change your path to include that as first default location.
If for example you were some commercial company running a piece of software that was 17-18years old (last release) and had been built for a SysVR4 system then you could change your path to just:
PATH=/usr/ccs/bin:/usr/bin
This path supports a system that is SVID3 (SVR4) and XPG3 compliant.
It's all well explained at the following link:
http://mail.opensolaris.org/pipermail/companion-discuss/2006-April/...