The lprm command cancels a print job under your authority.
USAGE: lprm 'jobnumber'
To find the jobs waiting in the printer queue, type lpq
For further information, see man lprm
If the up arrow key gives you silly responses, (^[0A for example) then type ! and press return. Alternately, type !export EDITOR=emacs to get emacs-type commands on the command line.
Use the uerf command.
You must be superuser and following these steps:
1. Erase the current disklable
disklabel -z /dev/rrz10a
2. Create a new label for the device (Op 3.5" 230mb disk)
3. # disklabel -rw /dev/rrz10a op35dd
4. Read the label back to check 2
5. disklabel -r /dev/rrz10a
6. Put a new file system on the disk; Partition c occupies the whole disk and goes from 0 to 446324
7. # newfs /dev/rrz10c
8. Mount the optical disk:
mount /dev/rz10c mount_point
and it should be loaded and ready for use.
mount /dev/rz10c mount_point
umount /dev/rz10c
For ralph:
mount -t cdfs -r /dev/rz4a /cdrom
Use:
mount -t cdfs -r -o noverson /dev/rz4a
/cdrom
To get the index of an archive
tar -ft
archive.
To back up a direcotry and subtrees
tar -cfv archive.tar /dir/name
To read all files from an archive
tar -xfv archive.tar