|
MBA 683 E-Business Technology --
Syllabus Classes References Examples Student Info Guest Info
|
Linux ReferencesThe server we are using for this class is running Red Hat Linux. There are a few cases where you will have to connect to this server and use operating system commands. Here are the commands that you may need: >> To be supplied. LoginWhen you connect to the server you will get a login prompt like this:
Enter your user name following the login prompt and press Enter. You will be prompted for your password, enter it and press Enter. Note that both user names and passwords are case sensitive and must be entered exactly as assigned. If you have logged in successfully you will see a shell prompt like this:
Logout: exitYou can logout when you done with the system by typing Change password: passwdYou can change your password by typing passwd and pressing Enter. You will be prompted to enter you old password and then to enter your new password twice. The system will complain if it thinks your password is too easy to guess. Change Directory:
|
| No directory name, (type cd followed by Enter) will change to your home directory. | |
| Hyphen (type cd - followed by Enter) goes to the previous directory. | |
| Dot Dot (type cd .. followed by Enter) changes to the parent directory (up one level). |
ls [-d] [-l] [-t] [-u] The List Files command displays the name and other information about files in the current directory. The following options may be used individually or in combinations:
| -d shows only subdirectories of the current directory | |
| -l displays a long listing of information including access permissions, size, owner, and last modification time. | |
| -t sorts the file listing by last modification time. | |
| -u sorts the file listing by last access time. |
sqlplusThe SQLPlus command starts and Interactive SQL session with Oracle. You will be prompted for your user-name and password. Once you have logged in successfully you will see a message identifying the Oracle server and get a SQL Plus command prompt:
SQL>
When you have finished, logout from SQL by typing exit.
For information on SQL Plus commands see Oracle
Reference.
For more information on Linux or other versions of UNIX, see:
| Learning Red Hat Linux by Bill McCarty, O'Reilly, 1999. | |
| RedHat.com http://www.redhat.com/ | |
| Linux.com http://www.linux.com/ |
|
© 2001 by Chuck Ehrlich, all rights reserved. Comments to webmaster. Updated on January 29, 2000. |