Job Control
Written by Jon LaBass and last updated on 01/24/2007 - [ freebsd | openbsd | netbsd | macosx ]

Sometimes processes can take time to complete, thus tying up your console session. What if you want to run multiple processes in the background on the same shell session? With the built-in job control, you can. There are three main conditions a job can be in: Running, Stopped/Suspended, or Terminated. To control them, we'll use the fg and bg commands.

Update NetBSD
Written by Stuart Mackie and last updated on 05/10/2005 - [ netbsd ]

Just like any of the BSDs, NetBSD can be upgraded by grabbing the latest builds and compiling them from the Internet. Below are the steps to perform this.

Diskless Installation
Written by Stuart Mackie and last updated on 05/10/2005 - [ netbsd ]

Examples here use OpenBSD/sparc64 to provide DHCP, TFTP and NFS services for booting an x86 laptop in a diskless configuration.

View Logged On Users
Written by Jon LaBass and last updated on 11/08/2004 - [ freebsd | openbsd | netbsd | macosx ]

A useful administrative tool is to see what users are logged onto the server. Another tool not only shows who is logged on, but it also shows what programs they are running.

The Basics of vi
Written by configure and last updated on 11/03/2004 - [ freebsd | openbsd | netbsd | macosx ]

Right then, vi. "Oh no! vi! That's command based, can't use that!" Oh come on, it's not that difficult! Really... First, I shall explain a little about vi. vi (now mostly vim) is one of the oldest text editors for *nix. It can be found on many systems, both UNIX and Linux, and is usually the default editor. vim (VI iMproved) is beginning to take over from the older vi, but essentially, they function the same way.

BASH Prompt Customization
Written by configure and last updated on 11/03/2004 - [ freebsd | openbsd | netbsd | macosx ]

In this short tutorial I shall explain the basics of BASH prompt customization. I won't cover the more advanced aspects, and probably won't cover colours, but just enough to make your prompt display the information that you want to know.

Creating Compressed Archives
Written by Jon LaBass and last updated on 11/14/2004 - [ freebsd | openbsd | netbsd | macosx ]

You've downloaded them, you've extracted them, you've liked them. But how do you create them? This guide will show you how to quickly and easily create a compressed archive in the form of *.tar.gz and *.tar.bz2.

Copyright 2003 - 2012 BSD Guides.  All rights reserved.

About | Terms of Use | Privacy | Contact