Essential Administrative Tools

Vendor-provided system administration tools

The various operating systems provide the following GUI and menu-driven administrative tools.

AIX:

smit, wsm

HP-UX:

sam

FreeBSD:

sysinstall

Solaris:

admintool, smc

Linux:

redhat-config-* (Red Hat); yast2 (SuSE)

chroot

chroot directory command

 

Change the root to the specified directory, and then execute the specified command. The command will interpret all paths as starting from the specified directory (rather than /).

date

date MMDDhhmm[CC]YY[.ss]

 

Set the date and time (using a 24-hour clock). For example, the argument for 1:47 p.m. on September 5, 2002 is 0905134702.

file

file files

 

List the types of each specified file. Identification is made based on the “magic numbers” defined in the magic configuration file (its location varies by system).

find

find starting-dirs [matching-criteria-and-actions]

 

Locate files that have the specified characteristics, and perform the specified actions on each file. Starting-dirs is a list of one or more directories from which to start searching. If the matching-criteria expression returns a true value; then the specified actions are carried out on the matching file.

Matching-criteria options

-atime n

The file was last accessed exactly n days ago.

-mtime n

The file was last modified exactly n days ago.

-newer file

The file was modified more recently than file.

-size n

The file is n 512-byte blocks long (rounded up to next block). ...

Get Essential System Administration Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.