A repository of information technology questions and answers

Latest posts

Solaris package management

Solaris 8 uses a number of commands to manage software installed on the OS. This short cheat sheet provides the basic package management commands.

Solaris Crash Dumps

If a Solaris system crashes (panic) it is possible to write the entire contents of memory to disk for later analysis.

Solaris Crash Dump Analysis (CDA)

Whatever the cause, the crash dump itself provides invaluable information to a support engineer to aid in diagnosing the problem.

Solaris backup and restore utilities

A brief overview of the various backup and restore utilities available under the Solaris operating system.

Components of a UFS file system

When you create a UFS file system, the disk slice is divided into cylinder groups.

soft links and hard links in Solaris

A link is a pointer to another file or directory. Links provide a mechanism for multiple file names to reference the same data on disk.

Solaris file types

The file type can usually be identified by looking at the first character of the first column of information when using the ls command