Installationsanleitung

Minix Tagebuch

MS-DOS utilities

Readme.txt

Readme1.txt

DESCRIBE
[
aal , ar - archivers
abort - generate a fault
abs - integer absolute value
acd  - a compiler driver
access - determine accessibility of file
ACK
add_route
adduser
advent
alarm - schedule signal after specified time
anm  - print name list
apropos, whatis - give single line descriptions for manual pages
ar , aal (1) - archivers
arch, uname - system info
ash  - command, getopts, hash, jobs, local, return, setvar, unset (1) - a shell
asize  - report the size of an object file
assert - program verification
at,  atrun (1) - execute commands at a later time
atof, atoi, atol (3) - convert ASCII to numbers
awk
backup
badblocks
banner  - print a banner
basename  dirname (1) - strip off file prefixes and suffixes
bc  - An arbitrary precision calculator language
boot
brk, sbrk (2) - change data segment size
bsfilt  - colcrt (1) - a colcrt-like backspace filter
bstring, bcopy, bcmp, bzero, ffs (3) - bit and byte string operations
cal  - print a calendar
calendar  - reminder service
cat  - concatenate files and write them to stdout
cawf , nroff (1) - C version of the nroff-like, Amazingly Workable (text) Formatter
cc  pc, m2 (1) - Minix C, Pascal, and Modula-2 compilers
cdiff  - context diff
cdplay  - play audio compact disks
cgrep  - grep and display context
chdir - change current working directory
checkhier
chfn , passwd, chsh (1) - change a login password, full name or shell
chgrp  - change group
chmem  - change memory allocation
chmod  - change access mode for files
chown - change owner and group of a file
chroot - change root directory
chsh , chfn, passwd - change a login password, full name or shell
ci , svc, co, svclog (1) - shell version control system
cksum  - display file checksum and size
clone , ln - create a link to a file
close - delete a descriptor
clr  - clear the screen
cmp  - compare two files
co , ci, svc, svclog (1) - shell version control system
colcrt   - bsfilt - a colcrt-like backspace filter
comm  - print lines common to two sorted files
compress , uncompress, zcat (1) - compress a file using modified Lempel-Ziv coding
cp, cpdir (1) - file copy
cpdir
crc - print the checksum of the file data
creat - create a new file
cron
crypt - one-way password encryption function
ctags - Generates "tags" and (optionally) "refs" files
ctime, localtime, gmtime, asctime, tzset (3) - convert date and time to ASCII
ctype, isalpha, isupper, islower, isdigit, isxdigit, isalnum, isspace, ispunct, isprint, isgraph, iscntrl, isascii, toupper, tolower, toascii (3) - character classification macros
curses - screen/window management library
cut - select out columns of a file
date - print or set the date and time
dd - disk dumper
de
decomp16
dev
df - report on free disk space and i-nodes
dhrystone - integer benchmark
diff - print differences between two files
dirname , basename - strip off file prefixes and suffixes
dis88
dosd
dosdir - list an MS-DOS directory [IBM]
dosminix
dosread - read a file from an MS-DOS diskette [IBM]
doswrite - write a file onto an MS-DOS diskette [IBM]
du - print disk usage
dup, dup2 (2) - duplicate a descriptor
echo - print the arguments
ed - editor
edparams
eject - eject removable media
elle
ellec
elvis, ex, vi (1) - The editor
elvprsv
elvrec - Recover the modified version of a file after a crash
env - set environment for command
environ
errno, intro - introduction to system calls and error numbers
ethers
ex
execl
execve - execute a file
exit - terminate a process
expand - convert tabs to spaces
expr - evaluate expression
factor - factor an integer less than 2**31
false , true - exit with the value true or false
fclose
fcntl - miscellaneous file descriptor control functions
fd
fdisk
ferror
ffs, bcopy, bcmp, bzero, bstring - bit and byte string operations
fgrep - fixed grep
file - make a guess as to a file's type based on contents
find - find files meeting a given condition
finger - user information lookup program
fix
flex , lex (1) - fast lexical analyzer generator
flexdoc - fast lexical analyzer generator
fmt - adjust line-length for paragraphs of text
fold - fold long lines
fopen
fork - create a new process
format - format a PC floppy diskette
fortune - print a fortune
fread
fsck, fsck1 (1) - perform file system consistency check
fstab
fstat, lstat, stat (2) - get file status
ftp
ftpd
g_h_b_n
getc
getcwd
getenv
getgid , getegid (2) - get group identity
getgrent
getlogin
getpass
getpgrp, setsid - create process group, get process group id
getpid, getppid (2) - get process identification
getpwent
getty
gettyent
getuid , geteuid (2) - get user identity
gomoku
grep - search a file for lines containing a given pattern
halt
hd
head - print the first few lines of a file
hier
host - look up host names using domain server
hostaddr - show ethernet address, IP address or hostname
hosts
id - print the uid and gid
ifconfig
ifdef - remove #ifdefs from a file
index
inet
init
in.fingerd
in.ftpd
in.rld
in.rshd
in.telnetd

install - install files
installboot
intro , errno (2) - introduction to system calls and error numbers
ioctl - control device
ip
irdpd
isodir - list ISO9660 or High Sierra directories
isoinfo - list an ISO9660 or High Sierra volume descriptor
isoread - read a file in ISO9660 or High Sierra format
join - relational database operator
kermit
kill - send a signal to a process
last , uptime (1) - display recent on-line session records, show uptime
leave - warn when it is time to go home
lex
life

link - make a hard link to a file
ln clone (1) - create a link to a file
loadfont - load a font into the video card
loadkeys  - load a keyboard map into the keyboard driver
login - log into the computer
look - find lines in a sorted list
lp , lpd (1) - copy a file to the line printer
ls - list the contents of a directory
lseek - move read/write pointer
lstat, stat, fstat (2) - get file status
M, U - conveniently mount and unmount
m2, pc, cc (1) - Minix C, Pascal, and Modula-2 compilers
m4
mail - send and receive electronic mail
make - a program for maintaining large programs
MAKEDEV
makewhatis - build the whatis(5) database
man - display online manual pages
mesg - permit or deny messages
mined
Minix2_0_2
mixer - manipulate mixer settings on a sound card
mkdir - make a directory
mkdist
mkfifo - make a named pipe
mkfs - make a file system
mknod , mkfifo (2) - make a special file
mkproto - create a MINIX prototype file
modem - switch the modem and getty state
monitor
more
mount - mount a file system
mt - magnetic tape control
mtio
mv - move or rename a file
netdefault
nm - print name list
nonamed
nroff,  cawf - C version of the nroff-like, Amazingly Workable (text) Formatter
od - octal dump
open - open a file for reading or writing, or create a new file
part
partition
passwd , chfn, chsh (1) - change a login password, full name or shell
paste - paste multiple files together
patch - apply a diff file to an original
pause - stop until signal
pc , cc, m2 (1) - Minix C, Pascal, and Modula-2 compilers
ping
pipe - create an interprocess communication channel
playwave - play an audio file in MicroSoft PCM wave format
postmort - perform post-mortem on PC Minix core files
pr - print a file
pr_routes
prep - prepare a text file for statistical analysis
printf
printroot
proto
ps - process status
ptrace - process trace
putc
puts
pwd - print working directory
pwdauth
rarpd
rcp - remote file copy
read - read input
readall - read a device quickly to check for bad blocks
readclock
readfs - read a MINIX file system
reboot - close down the system or reboot
recwave - record an audio file in MicroSoft PCM wave format
ref - Display a C function header
remsync - remotely synchronize file trees
rename - change the name of a file
rep
repartition
restore

rlogin  - remote login
rm - remove a file
rmdir - remove a directory
Root Bin
rsh - remote shell
rz - receive a file using the zmodem protocol
screendump
sd
sdump
sed - stream editor
setgid, setuid  - set user or group ID's
setsid, getpgrp (2) - create process group, get process group id
setuid, setgid (2) - set user or group ID's
setup
setup.anonftp

sh, ., break, case, cd, continue, eval, exec, exit, export, for, if, read, readonly, set, shift, trap, umask, wait, while (1) - shell
shar - shell archiver
shutdown
sigaction, signal (2) - manage signal state and handlers
sigpending - report pending signals
sigprocmask - manipulate the signal mask
sigset
sigsuspend - suspend until signalled
size  - print text, data, and bss size of a program
sleep - suspend execution for a given number of seconds
slip
sort - sort a file of ASCII lines
spell - print all words in a file not present in the dictionary
split - split a large file into several smaller files
srccrc
stat, lstat, fstat (2) - get file status
stdarg
stime, time  - get/set date and time
strings - print all the strings in a binary file
strip - remove symbol table from executable file
stty - set terminal parameters
su - temporarily log in as superuser or another user
sum - compute the checksum and block count of a file
svc , ci, co, svclog (1) - shell version control system
swapfs
sync - update super-block
synctree - synchronize directory trees.
sz (1) - send a file using the zmodem protocol
tail - print the last few lines of a file
talk
talkd

tar - tape archiver
tcpd
tee - divert stdin to a file
telnet - user interface to the TELNET protocol
term - turn PC into a dumb terminal [IBM]
termcap - print the current termcap entry
termios
test - test for a condition
tget - get termcap values
time, stime (2) - get/set date and time
times - report how long a command takes
touch - update a file's time of last modification
tr - translate character codes
true, false (1) - exit with the value true or false
tsort - topological sort [IBM]
ttt - tic tac toe
tty - print the device name of this tty
ttyslot
ttytab
TZ
U, M - conveniently mount and unmount
umask - set file creation mode mask
umount - unmount a mounted file system
uname, arch (1) - system info
uncompress
unexpand - convert spaces to tabs
uniq  - delete consecutive identical lines in a file
unlink - remove directory entry
update
uptime, last - display recent on-line session records, show uptime
usage
Usr Bin
utime - set file times
utmp
uud, uudecode (1) - decode a binary file encoded with uue
uue, uuencode (1) - encode a binary file to ASCII (e.g., for mailing)
vi  - editor
vol - split input on or combine output from several volumes
wait, waitpid (2) - wait for process to terminate
wc  - word count, count characters, words, and lines in a file
whatis, apropos (1) - give single line descriptions for manual pages
whereis - examine system directories for a given file
which - examine $PATH to see which file will be executed
who - print list of currently logged in users
whoami - print current user name
write - send a message to a logged-in user, - write output
xargs - construct argument list(s) and execute utility.
yacc - an LALR(1) parser generator
yap, more (1) - yet another pager
yes - an endless stream of the same word
zcat
standard-input, 1-86 (Top2Bottom)
Vollbild schließen mit alt+esc
Console wechseln f1, f2
:-)