Following tip submitted by Chirag:
Most of us use mt command to rewind tapes:
mt -f /dev/st0 rewind
This is old way; you need to type mt command and other options. Instead of using mt use following command:
# < /dev/st0
Thanks chirag this is a neat shortcut for rewinding magnetic tape. This command works with other UNIX oses as well.
In addition, my favorite shortcut to create an empty file:
$ >file.txt
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins

- My 10 UNIX Command Line Mistakes
- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
Facebook it - Tweet it - Print it -
We're here to help you make the most of sysadmin work. So, subscribe!
