This blog covers Unix system administration HOWTO tips for using inline for loops, find command, Unix scripting, configuration, SQL, various Unix-based tools, and command line interface syntax. The Unix OS supports tasks such as running hardware, device drivers, peripherals and third party applications. Share tips/comments. Read the comments. But most importantly: Read Disclaimer - Read Disclaimer.
Monday, November 13, 2006
How to Mount and Eject a Floppy
How to mount and dismount a floppy on a Solaris box.
#volcheck -v (to mount) #cd /floppy (check contents) To eject #cd / #eject (to remove floppy or CDROM)
You can also use the filemanager (GUI based) to do the same as the aforementioned.
No comments:
Post a Comment