Book HomeBook TitleSearch this book

Appendix B. Obsolete Commands

Contents:

Introduction
Alphabetical Summary of Commands

This appendix contains entries for commands that are still shipped with SVR4 and/or Solaris, but which have been superseded in their functions by other commands or technologies. Here you will find:

B.1. Introduction

The commands in this appendix fall into several categories. This list describes the commands and why they are obsolete.

Archive maintenance
lorder and tsort were used to order the placement of object files in a library archive. Modern versions of ar maintain a symbol table, allowing the loader ld to find object files as needed.

Communications
cu, uucp, uuglist, uulog, uuname, uupick, uustat, uuto, uux, and write.

These commands were used for dial-up interactive or system-to-system communications. Widely available Internet connectivity has generally made them obsolete. talk is a better alternative to write.

Compression
pack, pcat, and unpack have been made obsolete by compress/uncompress, and by gzip/gunzip.

File processing
Layers
ismpx, jterm, jwin, layers, relogin, and shl.

All but shl are specific to the now obsolete AT&T Teletype 5620 DMD windowing terminal. The X Window system provides windowing functionality on modern Unix systems. shl was an attempt to provide functionality similar to BSD job control that never caught on.

Network status
ruptime, rwho, whois.

The first two programs use daemons that often overloaded local area networks. The whois registry has been outgrown by the Internet, which is now much too large for centrally tracking everyone who might use it.

Simple menus
face and fmli provided a simple way to create menu-driven programs for CRT terminals. They simply never caught on, particularly with the increase in popularity of systems based on the X Window system.

UPAS
mailalias, notify, and vacation are used with the UPAS mailing system, which was standard with SVR4. Modern Unix systems use sendmail.

Windowing systems
OpenWindows (started by the openwin command) was the default windowing system on SunOS and Solaris for many years. CDE (the Common Desktop Environment) is now Sun's preferred windowing environment for Solaris. OpenWindows will not be supported past Solaris 7.

Miscellaneous
  • cof2elf converts object files and archives in COFF format to ELF format. As ELF format is now at least 10 years old, this program is not likely to still be necessary.

  • fmtmsg was intended to provide a standardized way of generating error messages from shell scripts. It was never widely used.

  • fold wraps lines to fit in a specific width. fmt generally does a better job.

  • lptest generates a ripple pattern for line printers. Today, laser printers and ink-jet printers are more common.

  • newgrp dates from when Unix systems allowed a user to be in only one group at a time. Modern Unix systems allow users to be in multiple groups simultaneously.

  • news provides items of interest to system users. It is per-machine. Usenet news software is a much better alternative.

  • pg is a simple pager. Use more instead.



Library Navigation Links

Copyright © 2003 O'Reilly & Associates. All rights reserved.