This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:starter [2013/07/06 15:20] smj |
tutorials:starter [2024/06/02 01:56] (current) smj [Quick and Dirty Comparisons] |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | 19-Jul-01 ;SMJ | + | ====== TOPS-20 Starter Guide for UNIX users ====== |
- | -= TOPS-20 Starter Guide for UNIX users =- | + | //[Adapted from file %%TOPS20:< |
Its important to know these basics before continuing: | Its important to know these basics before continuing: | ||
- | ^S = CTRL-S | + | | %%^S%% | CTRL-S |
- | ^Q = CTRL-Q | + | | %%^Q%% | CTRL-Q |
- | ^O = CTRL-O | + | | %%^O%% | CTRL-O |
- | ^U = CTRL-U | + | | %%^U%% | CTRL-U |
- | ^C = CTRL-C | + | | %%^C%% | CTRL-C |
- | ^F = CTRL-F | + | | %%^F%% | CTRL-F |
- | ^T = CTRL-T | + | | %%^T%% | CTRL-T |
- | ^\ = CTRL-\ | + | | %%^\%% | CTRL-\ |
This document is written assuming that the reader has a basic | This document is written assuming that the reader has a basic | ||
Line 32: | Line 32: | ||
EXEC has command completion via <ESC> or ^F | EXEC has command completion via <ESC> or ^F | ||
- | EXEC has command recognition | + | EXEC has command recognition |
- | | + | |
CMD JSYS, the interactive bit of the MONITOR (' | CMD JSYS, the interactive bit of the MONITOR (' | ||
Line 47: | Line 46: | ||
program or job. | program or job. | ||
- | TOPS-20 supports a hiearchical | + | TOPS-20 supports a hierarchical |
storage) is the system' | storage) is the system' | ||
- | Directory paths are seperated | + | Directory paths are separated |
your LOGIN was ' | your LOGIN was ' | ||
- | PS:< | + | |
Say there was a subdirectory within your home directory | Say there was a subdirectory within your home directory | ||
called LISP: | called LISP: | ||
- | PS:< | + | |
TOPS-20' | TOPS-20' | ||
Line 64: | Line 63: | ||
three components: | three components: | ||
- | FILENAME.EXTENTION.VERSION | + | |
The Wildcard * can be used for instance: | The Wildcard * can be used for instance: | ||
- | @directory PS:< | + | |
Would list ALL files in that directory, if you only gave | Would list ALL files in that directory, if you only gave | ||
Line 74: | Line 73: | ||
listed. | listed. | ||
- | QUICK AND DIRTY COMPARISONS: | + | ===== Quick and Dirty Comparisons ===== |
- | UNIX TOPS-20 | + | ^ UNIX ^ TOPS-20 |
- | ----------------------------------------- | + | | talk | TALK | |
- | talk TALK | + | | mesg n | REFUSE LINKS | |
- | mesg n REFUSE LINKS | + | | mesg y | RECEIVE LINKS | |
- | mesg y RECEIVE LINKS | + | | ls | DIRECTORY |
- | ls DIRECTORY | + | | ls -la | VDIRECTORY |
- | ls -la VDIRECTORY | + | | cat | TYPE | |
- | cat | + | | rm | DELETE (EXPUNGE) |
- | rm DELETE (EXPUNGE) | + | | mkdir | BUILD | |
- | mkdir | + | | rmdir | BUILD | |
- | rmdir | + | | who | SYSTAT |
- | who | + | | ps | SYSTAT |
- | ps SYSTAT | + | | passwd |
- | passwd | + | | chmod | SET DIRECTORY PROTECTION |
- | chmod | + | | man | HELP | |
- | | + | | .profile |
- | man | + | | .plan | FINGER.PLAN |
- | .profile | + | | send | SEND | |
- | .plan | + | | mail (sending) |
- | send SEND | + | | mail (reading) |
- | mail (sending) | + | |
- | mail (reading) | + | |
+ | ^ **Linux Command** ^ **Description** | ||
+ | | `ls` | List directory contents | ||
+ | | `cd` | Change directory | ||
+ | | `cp` | Copy files and directories | ||
+ | | `mv` | Move/rename files and directories | ||
+ | | `rm` | Remove files or directories | ||
+ | | `mkdir` | ||
+ | | `rmdir` | ||
+ | | `pwd` | Print working directory | ||
- | QUESTIONS AND ANSWERS: | + | ^ **Linux Command** ^ **Description** |
+ | | `cat` | Concatenate and display files | `TYPE` | ||
+ | | `more` | ||
+ | | `less` | ||
+ | | `vi` or `vim` | Text editor | ||
+ | | `nano` | ||
- | 0. How do I connect | + | ^ **Linux Command** ^ **Description** |
+ | | `df` | Report file system disk space usage | `INFO DISK-USAGE` | ||
+ | | `du` | Disk usage of files and directories | ||
+ | | `mount` | ||
+ | | `umount` | ||
- | | + | ^ **Linux Command** ^ **Description** |
+ | | `ps` | Report a snapshot of current processes | ||
+ | | `top` | Display tasks | `INFO JOBS` | Display information about jobs | | ||
+ | | `kill` | ||
+ | | `bg` | Run a job in the background | ||
+ | | `fg` | Bring a job to the foreground | ||
+ | | `jobs` | ||
+ | |||
+ | ^ **Linux Command** ^ **Description** | ||
+ | | `uname` | ||
+ | | `hostname` | ||
+ | | `uptime` | ||
+ | |||
+ | ^ **Linux Command** ^ **Description** | ||
+ | | `ping` | ||
+ | | `ssh` | OpenSSH SSH client | ||
+ | | `ftp` | File Transfer Protocol client | ||
+ | | `netstat` | ||
+ | |||
+ | ^ **Linux Command** ^ **Description** | ||
+ | | `who` | Show who is logged on | `WHO` | Show who is logged on | | ||
+ | | `passwd` | ||
+ | | `su` | Substitute user | `LOGIN` | ||
+ | |||
+ | |||
+ | ===== Questions and Answers ===== | ||
+ | |||
+ | ==== 0. How do I connect and LOGIN? ==== | ||
+ | |||
+ | | ||
| | ||
- | 1. How do I set my password after logging in? | + | ==== 1. How do I set my password after logging in? ==== |
@SET DIRECTORY PASSWORD < | @SET DIRECTORY PASSWORD < | ||
- | 2. Does it have to be UPPERCASE? | + | ==== 2. Does it have to be UPPERCASE? |
- | no. TOPS-20 assumes you are using a printing TTY when you | + | No. TOPS-20 assumes you are using a printing TTY when you connect via the DZ11 terminal server. |
- | connect via the DZ11 terminal server. | + | |
- | terminal options, use the ' | + | |
- | you will put these TERMINAL commands in your ' | + | |
| | ||
| | ||
- | 3. How do I get more HELP? | + | ==== 3. How do I get more HELP? ==== |
- | Read this file again. | + | Read this file again. |
- | 4. What editors are available for TOPS-20 | + | ==== 4. What editors are available for TOPS-20 |
- | Lots! Currently we have SED, EDIT10 and TV (video TECO). | + | Lots! Currently we have SED, EDIT10 and TV (video TECO). I will add EMACS, TECO and vi when I can. |
- | I will add EMACS, TECO and vi when I can. | + | |
- | 5. How do I access EXEC command history or edit previous commands? | + | ==== 5. How do I access EXEC command history or edit previous commands? |
- | EXEC command history/ | + | EXEC command history/ |
- | SET commands: | + | |
SET HISTORY 100 | SET HISTORY 100 | ||
Line 141: | Line 181: | ||
SET COMMAND-EDITOR ENTER CONTROL " | SET COMMAND-EDITOR ENTER CONTROL " | ||
- | You can put these SET commands in your LOGIN.CMD and in most | + | You can put these SET commands in your LOGIN.CMD and in most cases (on TWENEX.ORG) this is included in your default LOGIN.CMD |
- | cases (on TWENEX.ORG) this is included in your default LOGIN.CMD | + | |
- | To access your command history, press ^P (CTRL P), you can then | + | To access your command history, press ^P (CTRL P), you can then use EMACS keys to edit your previous commands. |
- | use EMACS keys to edit your previous commands. | + | |
- | will issue the command via the current EXEC. | + | |
- | To re-issue the last command issued, you can type ' | + | To re-issue the last command issued, you can type ' |
- | related, but relevant, you can return to the last program run | + | |
- | (which is still in memory) by typing ' | + | |
- | 6. What GAMES are available on this system? | + | ==== 6. What GAMES are available on this system? |
- | We have many esoteric and classic games available on this system. | + | We have many esoteric and classic games available on this system. |
- | To get a list and a description of each game, type 'HELP GAMES' | + | To get a list and a description of each game, type 'HELP GAMES' |
- | 7. How can I host a website here? | + | ==== 7. How can I host a website here? ==== |
- | Simply run the following command substituting your system LOGIN | + | //[The twenex.org TOPS-20 web server is currently not in operation. This section is left for historical interest.]// |
- | for ' | + | |
+ | Simply run the following command substituting your system LOGIN for ' | ||
| | ||
- | Either edit your .HTML files in that directory or upload them | + | Either edit your .HTML files in that directory or upload them using FTP. Your URL will be HTTP:// |
- | using FTP. Your URL will be HTTP:// | + | |
- | 8. How does DIRECTORY and FILE PROTECTION work? | + | ==== 8. How does DIRECTORY and FILE PROTECTION work? ==== |
- | | ||
- | which includes features found under 9bit UNIX ' | ||
- | well as additional protections which are uniquely TOPS-20. | ||
- | FOR FILES: | + | TOPS-20 allows for 18bit DIRECTORY and FILE protection settings which includes features found under 9bit UNIX ' |
- | | + | **For files:** |
- | | + | |
- | 77 FULL ACCESS | + | |
- | 40 | + | |
- | 20 | + | |
- | 10 | + | |
- | 04 | + | |
- | 02 | + | |
- | 00 NO ACCESS | + | |
+ | ^ OCTAL ^ PERMISSION ^ | ||
+ | | 77 | Full access | | ||
+ | | 40 | Read | | ||
+ | | 20 | Write/ | ||
+ | | 10 | Execute | | ||
+ | | 04 | Append | | ||
+ | | 02 | Find file with wildcard | | ||
+ | | 00 | Find only with complete file name; no other access | | ||
- | FOR DIRECTORIES: | ||
- | | ||
- | | ||
- | 77 FULL ACCESS | ||
- | 40 READ | ||
- | 10 | ||
- | 04 BUILD | ||
- | 00 NO ACCESS | ||
+ | **For directories: | ||
- | PROTECTIONS are grouped together in a set of 3, and correspond as: | + | ^ OCTAL ^ PERMISSION ^ |
+ | | 77 | Full access | | ||
+ | | 40 | Access existing files in directory according to their protection | | ||
+ | | 10 | Connect without password; Undelete files; Delete/ | ||
+ | | 04 | Create files | | ||
+ | | 00 | No access | | ||
+ | |||
+ | |||
+ | PROTECTIONS are grouped together in a set of 3, and correspond as: | ||
@SET DIRECTORY PROTECTION < | @SET DIRECTORY PROTECTION < | ||
Line 205: | Line 238: | ||
\____ your (owner) login | \____ your (owner) login | ||
- | Such that, you and users in your group have full access to the | + | Such that, you and users in your group have full access to the directory < |
- | directory < | + | |
+ | If you are used to UNIX file permissions you should be immediately impressed that under TOPS-20 you can create a file that: | ||
+ | |||
+ | - Does not show up in a directory listing | ||
+ | - That is not readable even if you know its name | ||
+ | - That is appendable to all users | ||
+ | |||
+ | ==== 9. How do I access the ' | ||
+ | |||
+ | |||
+ | The TWENEX bboard is a publically accessible mail box which users of TWENEX.ORG can use to communicate with each other. | ||
- | If you are used to UNIX file permissions you should be immediately | + | In your initial LOGIN.CMD the bboard' |
- | | + | |
- | 1. Does not show up in a directory listing | + | **To send a message:** |
- | 2. That is not readable even if you know its name | + | |
- | 3. That is appendable to all users | + | |
- | 9. How do I access the ' | + | Simply use 'MAIL BBOARD' |
- | The TWENEX bboard is a publically accessible mail box which | + | **To read a message:** |
- | users of TWENEX.ORG can use to communicate with each other. | + | |
- | In your initial LOGIN.CMD | + | The ' |
- | upon login. You can always re-read the last message posted | + | |
- | the bboard by issuing | + | |
- | | + | ==== 10. How can I use ' |
- | | ||
- | the BBOARD. | ||
- | TO READ A MESSAGE: | + | In order to use these to CONVERSE with other users logged in to TWENEX.ORG, you must have ' |
- | | + | 'SEND' |
- | on the bboard using various criteria. | + | |
- | 'MM' to browse | + | |
- | | + | |
- | 10. How can I use 'COMMODE', 'TALK', ' | + | 'PHONE' |
- | In order to use these to CONVERSE with other users logged | + | Please note that it is not consider respectable |
- | in to TWENEX.ORG, you must have 'TERMINAL RECEIVE LINKS' | + | |
- | set. | + | |
- | comment character ';' to prefix your lines, run 'REMARK' | + | |
- | so EXEC doesn' | + | |
- | COMMODE (CHAT) which will prefix all conversation lines | + | |
- | with the user's LOGIN name. | + | |
- | ' | + | If you wish to not have messages sent to your TERMINAL, type: |
- | back and forth. | + | |
- | user, you can ' | + | |
- | ' | + | @TERMINAL NO RECEIVE LINKS |
- | allows you to see who is online, if they' | + | |
- | | + | ==== 11. Can I access USENET via my TOPS-20 account? ==== |
- | Please note that it is not consider respectable | + | Yes, the ' |
- | randomly LINK to user's TTYs. | + | |
- | someone you've never talked to before, please use ' | + | |
- | or ' | + | |
- | If you wish to not have messages sent to your TERMINAL, type: | ||
- | TERMINAL NO RECEIVE LINKS. | ||