home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


1.6 Solaris: Standard Compliant Programs

There are a number of different standards that specify the behavior of portable programs in a Unix-like environment. POSIX 1003.2 and XPG4 are two of the more widely known ones. Where the behavior specified by a standard differs from the historical behavior provided by a command, Solaris provides a different version of the command in /usr/xpg4/bin . These commands are listed here, but not otherwise covered in this book, as most users typically do not have /usr/xpg4/bin in their search paths. The manual entries for each command discuss the differences between the /usr/bin version and the /usr/xpg4/bin version.

ar ed make rm
awk edit more sccs
basename env nice sed
cp expr nl sort
ctags get nm stty
date grep nohup tail
delta id od tr
df ls pr who
du m4    


Previous: 1.5 Guide for Users of BSD-Derived Systems UNIX in a Nutshell: System V Edition Next: 2. Unix Commands
1.5 Guide for Users of BSD-Derived Systems Book Index 2. Unix Commands

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System