|
BMDP
IntroductionBMDP facilitates the manipulation of statistical analysis which is incorporated into many Trinity courses. BMDP resides on a UNIX-based computer called "Shakti," which is accessible from both the Macintoshes and PCs in MCEC. These directions assume that one of the aforementioned computers is being used. This handout should provide all of the information needed to successfully create and submit a BMDP program. Connecting to ShaktiAll students should already have a UNIX and password to access BMDP on Shakti. Any student with an e-mail account also possesses an account on Shakti, from which BMDP can be used. To access, or logon, to the computer, follow the instructions below. Note: make sure that <Caps Lock> is NOT on. From a Public Macintosh* Open the folder "Information Services" * Double-click on the icon "TCP3270" * Select "shakti" from the list of servers and click "Connect" Follow the directions below in the section "The Logon Procedure" From a Public PC* Open the "Standard Configuration" group * Double-click on the icon "Telnet" * Select "shakti" from the list of servers and click Ok. Now follow the directions below for the logon procedure The Logon ProcedureAfter the connection is established, "SunOS UNIX(shakti)" will appear on your monitor followed by the "login:" prompt. Type in your username and press the return key. Next a prompt for a password will appear. Type in the password and press the return key. If the username or password was misspelled a "login incorrect" message will appear, followed by another login prompt. Fill in the information again and give it another try. Continue this until access is gained. When the login information has be successfully entered, information about the computer, and your account will appear on the monitor, followed by a "bash$". This is the prompt and indicates that the computer is now ready for the entering of commands. UNIX CommandsThe commands listed below are the UNIX commands that may be needed to complete assignments. Each of the commands is printed in boldface and should be typed exactly as it appears below. The information printed in italics should be replaced by the actual name of a file located in the current UNIX account. For example, using the information below, to print a file called "myfile" to the MCEC laser printers, type bash$ laser_dup myfile at the prompt. (Remember that only the text in bold needs to be typed, the word "bash$" indicates the computer prompt) ls lists the files contained in the current directory pico filename edits the specified file more filename displays the named file on a terminal, one page at a time. Press <Return> to see the next line, or press <Space> to view a screenful of text. rm filename deletes the specified file cp filename newname copies the specified file to another file specified by newname laser_dup filename Prints the specifeid file to the MCEC laser printer, using duplex (front and back of the page) printing laser_sim filename Prints the specifeid file to the MCEC laser printer, using simplex (front of the page only) printing NOTE: Filenames in UNIX cannot contain spaces! UNIX is case sensitive and considers capital and small letters as unique. Therefore, the files named "myfile" and "Myfile" are separate documents.
|