login
Header Space

 
 

here is a solution

September 24, 2008 - 4:51pm
sileNT (not verified)

Here's a quick solution in Perl:

#!/usr/bin/perl

use Fcntl;

my $path = "/dev/sda3";

sysopen(FH, $path, O_RDWR|O_EXCL) or die $!;

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <b> <quote> <pre> <hr> <br> <p> <img> <blockquote> <font> <tt> <table> <tr> <i>
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

speck-geostationary