| |
Download the Adobe
PDF version for printing. You will need the free Acrobat Reader
to view and print the file.
Local> Type c gemini to connect to node Gemini
Username: Type your username (your three intials and the
last four digits of your social security number)
Password: Type your password. Your password will not
appear on screen.
To log out, type lo at the VAX prompt.
A file is used to store information in the computer. Each file must have a filename and an extension.
A filename is the label you assign to each file for identification. Filenames may contain up to 39 characters. The filename is followed by a period, an extension, and a version in the format filename.extension;version. Filenames should be descriptive of the file contents to make them easier to identify. Use the characters a-z and the numbers 0-9 to name your file. No spaces are allowed.
Extensions are the characters that follow the period in a filename. They are used to help group related files. For instance, letter.txt, papers.txt, and homework.txt would all be text files. Other commonly used extensions include for for a FORTRAN file, dat for a data file, out for an output file, and pas for a Pascal file. Extensions may also be up to 39 characters, consisting of the letters a-z and the numbers 0-9, with no spaces.
Each file also has a version number, separated from the extension by a semicolon, which usually represents how many times the file has been modified. For example, if the project1.dat file has been updated three times, the VAX would display the file as project1.dat;3. In most cases, it is not necessary to specify the version number.
You can edit a file by using the EVE editor. This example opens a file called sample.txt. At the $ prompt, type edit sample.txt. You should see a screen like this:
____________________________________________________________________________ |[End of file] | | | | | | | | | | | | | | | |__________________________________________________________________________| | Buffer: SAMPLE.TXT Write | Insert | Forward | |__________________________________________________________________________|
The following are the four basic cursor movements:
To see a list of available EVE commands, do the following:
_________________________________________________
| PF1 | PF2 / | PF3 * | PF4 - |
| | | | |
| | | CHANGE | |
|__FIND_____|_____HELP__|_DIRECTION_|_______DO__|
| 7 | 8 | 9 | - |
| | | | |
| SELECT | REMOVE | INSERT | MOVE BY |
|___________|___________|______HERE_|_____LINE__|
| 4 | 5 | 6 | , |
| | MOVE | | ERASE |
|___________|_______UP__|___________|_____WORD__|
| 1 | 2 | 3 | Enter |
| MOVE | MOVE | MOVE | |
|__LEFT_____|_____DOWN__|_____RIGHT_| CHANGE |
| 0 | . | MODE |
| NEXT | PREV | |
|________SCREEN_________|___SCREEN__|___________|
The finger command allows you to see which users are currently logged onto the system or the last time a specific user logged in. You can also use finger to find someone's username from a portion of their real name.
finger List all users currently logged in
finger username Lists information about a specific user
finger realname Lists usernames that correspond with a
given portion of a real name
$ mail Enters the mail program
MAIL> set copy_self send,reply
Sends a copy of your mail messages to
you each time you send a message or
reply to a message
Note: This customization needs to be done only once; it will remain in effect from this point on.
MAIL> send Initiates a mail message
To: Enter recipient's username
Subj: Enter subject of message, then the text
The EVE editor will be automatically invoked. After entering your
message, press [Do] exit to send your file, or [Do] quit to cancel
the message.
MAIL>reply Sends a message to the sender of the
current message
MAIL> forward Forwards the message you are reading to
another user. You provide your own subject
information
MAIL> reply/extract Copies the message you are reading into
your reply so you can use parts of it in
your response to its sender.
Move the cursor through the message and
delete the unwanted sections.
MAIL> read/new Allows you to read new mail messages if
the NEWMAIL folder is selected
MAIL> dir Lists all messages you have in the current
folder
MAIL> delete # Deletes a message from the directory
MAIL> exit Leave the mail facility and go back to
the $ prompt
$ eve somegroup.dis First, use an editor to create a
distribution list containing usernames, e.g:
acb1111
xyz4567
vvv9008
$ mail Type mail at the $ prompt to enter the
VMS mail utility
MAIL> send Next, send a message to that group using
TO: @somegroup the @ sign before the distribution list,
Subj: then type your message.
MAIL>send filename Sends a file to users in the distribution
TO: @somegroup list
Subj:
The Internet is a worldwide collection of regional networks communicating using a common protocol called TCP/IP. Electronic mail, remote login, and file transfer capabilities are among the services available. The Internet is available through node Gemini on the Academic and Research Cluster.
TTU's World-Wide Web (WWW) server offers up-to-date campus information as well as easy accessibility to the rest of the Internet, and is accessed through lynx.
To access the WWW, type lynx at the $ prompt. You will see the main TTU WWW Server appear.
The highlighted words and phrases represent hypertext links (hotlinks) to other documents on the WWW. These hotlinks may be local (here on campus) or across the world. To move from link to link, use the up and down arrow keys. To follow a link, use the right arrow key. To move back to a previous link, use the left arrow key. Type h for help, or q to quit.
You may access the online help for lynx by typing h. If you need additional help, contact Academic Computing Support, or refer to the Getting Started With the Internet handout available in CH313.
help Enter the VMS HELP utility; to exit HELP,
press [ENTER]
$ set password Command to reset a password
Old Password: Enter your current password
New Password: Enter the new password you wish to set
Verification: Retype the new password exactly the same way
lo Type lo to log off the VAX
dir Display filenames
dir/size Display file size
dir/prot Display protection for files
del filename.ext. Delete latest version of the specified file
del filename.ext;version Delete the specified version of the file
del filename.*;* Delete all files with specified filename
del *.ext;* Delete all files with specified extension
del filename.ext;* Delete all versions of specified file
del *.*;* Delete all files
del/confirm filename.ext. Delete the latest version of a file only
after confirmation by the user
create/dir [username.subname] Creates a lower level directory
set default [username.subname] Makes a subdirectory the default
directory
down subname Move down one level
set default [-] Move up one level
delete [.subname]*.*;* Deletes the contents of the specified
subdirectory
set prot=o:d subname.dir Change the protection on the subdirectory
file so you (the owner) can delete it.
delete subname.dir;* Deletes the subdirectory file.
public filename.extension Changes the protection on a file so that
others can read and execute it
private filename.extension Changes the file's protection so that
others may not access it
copy oldname.ext newname.ext Copies from the old filename to the
new filename
The file you want to copy must be a public file. Issue the copy command from your account. Note that student accounts reside on the user disk; faculty and staff accounts exist on the research disk.
For example, if you want to copy a file called names.txt from student John Q. Public's (JQU6789) account to your student account (ABC1234) and retain the same filename, type:
copy user:[jqu6789]names.txt *.*
To copy a file called notes.txt from faculty member John Q. Professor's class subdirectory (JPQ1234) to your student account and assign a new filename, type:
copy disk$research:[jqp1234.class]notes.txt newnotes.txt
type filename.ext Display file from your directory
type [directory]filename.ext Display file from another
directory.
type/page filename.ext Display file from your directory
one page at a time
print filename.ext Print file on system printer
print [directory]filename.ext Print a file from another directory
You need READ access from the owner
rprint filename.ext Print a file without displaying it.
Recognizes form feeds
A login.com file contains commands that will be executed each time you login to the VAX. A basic login.com is created with each new account. To enhance your login.com file, edit the file with your favorite editor. Most commands should be inserted in the section for commands to be executed in interactive mode. Each command line must begin with a $. Lines that serve as comments begin with $!. Here are some sample commands you may wish to enter:
Changing your DCL prompt
$ set prompt = "Ready! >"
Establishing some shortcuts
$ tp == "type/page"
$ ds == "directory/size"
$ home == "set default sys$login"
$ sq == "show quota"
Defining keys for special functions
$ define/key/nolog pf1 "clear"/terminate
$ define/key/nolog pf2 "mail"/terminate
Any changes you make to your login.com file will automatically take effect the next time you log in.
Documentation | ITS Home | TTU Home
Maintained by: