This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:starter [2021/11/03 01:20] papa |
tutorials:starter [2024/06/02 01:56] (current) smj [Quick and Dirty Comparisons] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== TOPS-20 Starter Guide for UNIX users ====== | ====== TOPS-20 Starter Guide for UNIX users ====== | ||
- | //[Adapted from file NEW-USER.HLP.]// | + | //[Adapted from file %%TOPS20:< |
Its important to know these basics before continuing: | Its important to know these basics before continuing: | ||
Line 95: | Line 95: | ||
| mail (sending) | SEND | | | mail (sending) | SEND | | ||
| mail (reading) | MM | | | mail (reading) | MM | | ||
+ | |||
+ | ^ **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 | ||
+ | |||
+ | ^ **Linux Command** ^ **Description** | ||
+ | | `cat` | Concatenate and display files | `TYPE` | ||
+ | | `more` | ||
+ | | `less` | ||
+ | | `vi` or `vim` | Text editor | ||
+ | | `nano` | ||
+ | |||
+ | ^ **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` | ||
Line 163: | Line 210: | ||
**For files:** | **For files:** | ||
- | ^ OCTAL ^ PROPERTY | + | ^ OCTAL ^ PERMISSION |
- | | 77 | FULL ACCESS | + | | 77 | Full access |
- | | 40 | READ | | + | | 40 | Read | |
- | | 20 | WRITE/DELETE | + | | 20 | Write/Delete |
- | | 10 | EXECUTE | + | | 10 | Execute |
- | | 04 | APPEND | + | | 04 | Append |
- | | 02 | LIST | | + | | 02 | Find file with wildcard |
- | | 00 | NO ACCESS | + | | 00 | Find only with complete file name; no other access |
**For directories: | **For directories: | ||
- | ^ OCTAL ^ PROPERTY | + | ^ OCTAL ^ PERMISSION |
- | | 77 | FULL ACCESS | + | | 77 | Full access |
- | | 40 | READ | | + | | 40 | Access existing files in directory according to their protection |
- | | 10 | CONNECT | + | | 10 | Connect without password; Undelete files; Delete/ |
- | | 04 | BUILD | | + | | 04 | Create files | |
- | | 00 | NO ACCESS | + | | 00 | No access |
Line 227: | Line 274: | ||
If you wish to not have messages sent to your TERMINAL, type: | If you wish to not have messages sent to your TERMINAL, type: | ||
- | TERMINAL NO RECEIVE LINKS | + | |
| | ||
==== 11. Can I access USENET via my TOPS-20 account? ==== | ==== 11. Can I access USENET via my TOPS-20 account? ==== |