Home![]() ![]() Network ![]() ![]() Graphics ![]() ![]() ![]() Programming ![]() ![]() ![]() Misc ![]() System ![]() ![]() ![]() ![]() Help out Distributions specific ![]() ![]() contact interesting sites ![]() manpages tools FAQ Sitemap Imprint poll results Last additions: using iotop to find disk usage hogs using iotop to find disk usage hogs words:887 views:206087 userrating:average rating: 1.5 (158 votes) (1=very good 6=terrible) May 25th. 2007: Words why adblockers are bad486 Views256979 Workaround and fixes for the current Core Dump Handling vulnerability affected kernels Workaround and fixes for the current Core Dump Handling vulnerability affected kernels words:161 views:147543 userrating:average rating: 1.2 (114 votes) (1=very good 6=terrible) April, 26th. 2006: Words New subdomain: toolsntoys.linuxhowtos.org38 Views105853 How to force a check of the file systems How to force a check of the file systems words:179 views:36600 userrating:average rating: 1.3 (97 votes) (1=very good 6=terrible) Oct, 18th. 2005: Words New features online: interactive search function34 Views57556 Sep, 5th. 2005: Words New website design online51 Views45638 Aug, 27th 2005: Words Existing articles can be edited by anyone now.134 Views12765 | Protecting files with noclobberThis tip is for people who have ever hosed important files by using > when they meant to use >>. Add the following line to .bashrc: set -o noclobber.The noclobber option prevents you from overwriting existing files with the > operator. Code Listing 1 % program > file2 bash: file2: cannot overwrite existing file In some cases you may really want to overwrite the file. In this case, instead of turning noclobber off, you can use >! to force the file to be written. Code Listing 2 % program >! file2 From http://www.gentoo.org/news/en/gwn/20040614-newsletter.xml rate this article: current rating: average rating: 1.6 (483 votes) (1=very good 6=terrible) Your rating: back |