Basic Unix Commands

Contents

Unix is Confusing, So Why Use It?

Unix and Telnet

Simple Unix Commands

Advanced Unix Commands


Unix is Confusing, So Why Use It?

Unix is the base language of the Internet, for better or worse. Most web servers, game servers, and other computers that you can connect to use Unix. It will be useful to know a few simple Unix commans to log in , delete files, and so on, though you may not need to know this stuff if all you want to do is play games.

Start Telnet/SSH

In order to use any Unix function such as Talk or Unix Mail, first you need to get a Unix Session and log in with your user name and password.

Mac's come with telnet and ssh built in. Start a terminal window and type "telnet hostname" or "ssh hostname" to start a session.

Windows users should use "putty". Instructions for LACC students are here.

Log In

Here is a sample of how to start a telnet session at Brand X internet. We are assuming that you have already connected with a program such as PUTTY.

login: jimp
Password:
Last login: Sat Nov 11 17:40:28 from 204.137.205.102
Copyright 1992, 1993, 1994, 1995 Berkeley Software Design, Inc.
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
The Regents of the University of California.  All rights reserved.

cellini %
Note the parts of the session: login, I type my username, then password, I answer with my (secret) password, then the computer comes back with the date, the copyright of the operating system, a note that I have some mail and a cute quote before brining up the system prompt (in this case it's "cellini" but this varies from computer to computer even at Brand X Internet.)

Simple Unix Commands

These examples show in a practical way how to use some of the basic Berkeley Unix commands on the Brand X system.

Advanced Unix Commands

These pages aren't installed yet, but I will type them up soon.