| 
   
 ATTENZIONE!: IL CORSO E' STATO SOSPESO
PERCHE' FREQUENTATO DA UN NUMERO INSUFFICIENTE DI PARTECIPANTI. SARA'
PER QUESTO AUTUNNO! ;)
 
 Programma
 
		Lezione (1) [INTRO]
			
				differenza tra bsd e sysV (torna utile dopo)
				uso di man (anatomia di una man page, le varie sezioni)
				info (forse)
				file - directory - inodes - link (come vengono storati i dati sul filesystem)
				ctime/atime/mtime
			Lezione (2) [SHELL 2.0]
			
				variabili di environment (alcune veriabili significative)
				. /path/file
				typeset, export
				variabili speciali ($?, $$ $!), Parameter Substitution (${var%pattern})
				liste (;, &&, ||)
				redirezione/pipe (>, >>, >|, <>, <-heredoc, >&, set -o noclobber)
				{non so se anche i coprocessi}
				subshell, command substitution
				filename generation (globbing)
				il terminale ($TERM, tset, stty, termcap, terminfo, resize, $LINES, $COLUMNS)
			Lezione (3) [COMANDI AVANZATI]
			
				find, xargs, cut, sort, cpio, time, ....
				write, wall, mesg, talk
				sed, awk, cpp, m4
			Lezione 4) [PROGRAMMAZIONE SHELL]
			
				$1..., $*, "$@", $#
				set --
				set -x, set -e
				if, test, expr
				[, [[, :
				for, select, while, until, break, case
				funzioni
			Lezione 5) [DEVICE]
			
				spiega (tutto e' un file, o quasi)
				/dev, block device, character device, mknod?
				nastri (procurarsi dds), mt, tar, cpio
				dischi: mount ???
				stampanti: lp (bsd,sysv), /etc/printcap
			Lezione 6) [TCP-IP]
			
				spiega breve (ho detto breve)
				tcp, udp, socket
				netstat
				ping, traceroute
				finger, r*
				mail: elm, pine, mutt, sendmail, mail, mailq
				ftp (.netrc), telnet (^[ e opzioni)
			Lezione 7 [IPC, RPC]
			
				mknod, mkfifo
				ipcs, ipcrm
				portmapper, rpcinfo, nfs
			Lezione 8 [X Windows]
			
				xinit (.xinitrc, .xserverrc)
				Xdm, XDMCP, X -query
				$DISPLAY, xauth, xhost, xset
				xrdb, funzioni standard Xt
				fonts
			 
 
 
 |