halt shutdown
the system
hdparm displays/sets hard drive parameters (try: hdparm -i
/dev/hda)
lpq -Pprinter lists the job line of a Pprinter
lpr -Pprinter file.ps prints a ready postscript file. See enscript
lprm -Pprinter job removes the printing job from Pprinter (lpq to get
job #)
mke2fs /dev/fd0 creates ext2/ext3 filesystem (format floppy: mke2fs
/dev/fd0)
mount
/dev/
mounts a (ex: mount /dev/fd0 /mnt/floppy). No argument
shows currently mounted devices.
umount
unmounts a device (ex: umount /mnt/floppy)
reset resets
the terminal (use clear to simply do a clear screen)
shutdown brings
the system down (to reboot, try shutdown -r now)
Comments
Post a Comment