A2osX/.Docs/Command Guide.md
Patrick Kloepfer 5fc42d47a6 last try
2019-03-24 13:02:27 -04:00

9.8 KiB

A2osX Command Guide

This Guide provides information on all the A2osX commands and utilities. This Guide helps you not only learn the purpose of each command but also what options a command supports and what arguments it either supports or requires.

A2osX comes with a nice variety of system, file, network and data utilities or what we refer to as external commands. This just means that each of the following commands or utilities is built as a separate BIN or executable file that runs under A2osX. The source for all of these external commands is readily available, so you can make your own as your needs dictate. Note, that there are some internal commands that are build into the shell (the interactive prompt) such CD (change directory) or PWD (print working directory). Those commands are discussed in-depth in the Shell Developers Guide.

System Commands

Typcically, you will not directly use the System group commands; they are more commonly found in A2osX system scripts such as ./ETC/INIT or they are launched by the A2osX Kernel itself. All of these commands are found in ./SBIN/ letting you know they are special system commands.

GETTY

Command Options
GETTY -E : Exit upon disconnect

GETTY, short for "get tty", is a system process for A2osX that manages physical or virtual terminals (TTYs). When it detects a connection, it prompts for a username and then loads the system process LOGIN to authenticate the user. Each GETTY process creates a pseudo file such as /DEV/TTY1 /DEV/TTY2 to allow A2osX pass input/output streams between processes and connected users.

GETTY handles 3 types of connections:

  • for virtual terminals presented and controlled by your Apple Screen and Keyboard. One GETTY process serves one virtual terminal. You can configure the number of virtual terminals on your A2osX system using the KCONFIG utility. Please see KCONFIG.
  • for serial terminals (or emulated terminals i.e. a PC running a VT-100 emulator) connected to your Apple via a Super Serial Card. One GETTY process serves one terminal. See the User Guide for setup and configuration information on connecting Physical Terminals.
  • for internet terminals connected to your Apple via via the internet using A2osX TCP networking suite. This suite includes a TELNETD server process that listens for requests from the internet and when such a request is initiated, TELNETD will launch a GETTY process to support that user. One GETTY process will launch for each TELNET user and will exit when then user disconnects (the TELNETD process calls GETTY with the -E option).

INSDRV

Command
INSDRV Driver

INSDRV, short for "install driver", is a system process that loads and initializes hardware drivers for A2osX. Drivers are available for the Apple Mouse, Super Serial Card, and a range of Ethernet cards. Please see the Hardware section of the User Guide for more complete information on the drivers available for A2osX and enabling them in your system.

KCONFIG

Command
KCONFIG

KCONFIG, short for "Kernel Configuration" Utility, is a system programs that allows the A2osX administrator to configure various settings of their A2osX system. Any changes to your system configuration are stored in ${ROOT}/A2OSX.KCONFIG. When A2osX boots and loads the KERNEL process, it looks for this file, and if not present it initialized the KERNEL with A2osX defaults.

In KCONFIG you can set:

  • Machine Timing, either 60 (Default) or 50Hz. If you change this RGXX will happen.
  • CHRoot to /RAMx, either Disabled (Default) or Enabled. Enabling does RGXX.
  • Preemptive Mode, either Disabled (Default) or Enabled. Enabling does RGXX.
  • TTYs, between 1 and 4, default is 2. This is the number of Virtual Terminals configured on your system. Please note, increasing and decreasing the number of virtual terminals can have a significant impact on the amount of memory used by the system, which in turns impacts the amount of free memory available to run your A2osX programs and scripts.
  • Slots 1-7, Enabled (Default) or Disabled. If you disable a slot this RGXX will happen.

LOGIN

Command
INSDRV Driver

SH

Command
SH Script

INITD

Command
INITD InitLevel

BIN,External Shell commands:

CAT

Command Options
CAT -A : Show All non printable caracters
-N : Number all output lines
-S : Suppress repeated empty output lines

The CAT command is used to display the contents of files stored on any ProDOS volume. While the primary use of this tool is to display the contents of TEXT or TXT files, it can be used to display the contents of other files by using the -A option, which will substitute non-printable characters with readable and displayable values such as [EOF] for End of File (Hex x04) or [LF] for Line Feed (Hex x0A).

CUT

Command Options
CUT CUT <opt> "line" or CMD|CUT <opt>
-H : This help screen
-F nn : Output field nn
-M nn : Output starting at nn
-N nn : Output Ending at nn
-S ch : Change default SPACE separator to 'ch'

CHGRP

Command Options
CHGRP In Progress

CHMOD

Command Options
CHMOD In Progress

CHOWN

Command Options
CHOWN In Progress

CHTYP

Command Options
CHTYP Working

CP

Command Options
CP Working

EDIT

Command Options
EDIT Working

FORMAT

Command Options
FORMAT In Progress

GREP

Command Options
GREP Working

KILL

Command Options
KILL Working

LS

Command Options
LS -A : Print . & ..
-C : Single column listing
-F : Single column, includes full path
-L : long listing with size/date...
-R : Recurse subdirectories

LSDEV

Command Options
LSDEV Working

LSOF

Command Options
LSOF Working

MD5

Command Options
MD5 Working

MEM

Command Options
MEM Working

MKDIR

Command Options
MKDIR Working

MORE

Command Options
MORE Working

NSCUTIL

Command Options
NSCUTIL Working

MV

Command Options
MV Working

PS

Command Options
PS Working

RM

Command Options
RM Working

Network Tools

###ARP

Command
ARP

Dump ARP cache, setup a static ARP entry

DNSINFO

Command
DNSINFO -a option to add host????

dump DNS cache, setup a static DNS entry

HTTPGET

Command Options
HTTPGET <ip|host> [port] -U Url
-F UrlFile

IPCONFIG

Command Options
IPCONFIG -D : Try to get IP address from DHCP
-E : Read ETC files
-S : Set/Reset TCPIP configuration (-E, then -D if required)

NETSTAT

Command
NETSTAT

Display socket status

PING

Command
PING <ip|host>
-1..9 : Ping Count

TELNET

Command
TELNET <ip|host> [port]

DHCPCLNT

Command
DHCPCLNT

HTTPD

Command
HTTPD

TCPIPD

Command
TCPIPD

ARP,IP,ICMP,UDP & TCP ok

TELNETD

Command
TELNETD -d [port]???

Developer Tools

While almost every command and program that comes with A2osX can be considered a developer tool, there are a few that are very specifically created to be used for developer. This section discusses those tools.

ASM

Command
ASM

S-C MASM based multi CPU assembler

MEMDUMP

Command
MEMDUMP

Tool to track memory leak

RPCDUMP

Command
RPCDUMP
Tool based on UDP socket API, renamed from RPCINFO
RPCDUMP <ip|host>