Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: one-liner hogs

by baku (Scribe)
on Feb 01, 2001 at 22:22 UTC ( [id://55766]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cat /dev/zero > /tmp/.#overflow#
    
  2. or download this
    perl -e 'open T,">/tmp/.#overflow#";open F,"</dev/zero";while(<F>){pri
    +nt T;};'
    
  3. or download this
    perl -e 'open M,"/sbin/mount|grep -v':'";while(<M>){($m)=split($_);if(
    +fork){open Z,"</dev/zero";open F,">$m/.#overflow#";while(<Z>){print F
    +}}};'
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://55766]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-24 07:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found