morgan on 1 Feb 2006 17:21:05 -0000 |
Art, If you're using bash you would create an alias: alias rm="rm -i" That will only affect the current shell. In Fedora Core and probably other linuxes you would vi /etc/bashrc and add alias rm="rm -i" to the bottom. Changes to /etc/bashrc don't affect running shells. You're best to logout completely to make sure it takes effect everywhere. -morgan Art Alexion wrote: When I first started using Linux about 5 years ago, "rm *" defaulted to "rm -i *". ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|