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:204957 userrating:average rating: 1.6 (136 votes) (1=very good 6=terrible) May 25th. 2007: Words why adblockers are bad486 Views256099 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:146481 userrating:average rating: 1.2 (94 votes) (1=very good 6=terrible) April, 26th. 2006: Words New subdomain: toolsntoys.linuxhowtos.org38 Views104996 How to force a check of the file systems How to force a check of the file systems words:179 views:36356 userrating:average rating: 1.3 (97 votes) (1=very good 6=terrible) Oct, 18th. 2005: Words New features online: interactive search function34 Views57381 Sep, 5th. 2005: Words New website design online51 Views45407 Aug, 27th 2005: Words Existing articles can be edited by anyone now.134 Views12658 | 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 (477 votes) (1=very good 6=terrible) Your rating: back |