Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        }
        print "\n";
    }
    
  2. or download this
    $ perl lstat.pl
    /: on device 1795
    ...
    /var/run: on device 1795 (symlink to /run)
    /var/tmp: on device 1795
    $
    
  3. or download this
    #!/usr/bin/perl
    
    ...
        }
        print "\n";
    }
    
  4. or download this
    $ perl stat.pl
    /: on device 1795
    ...
    /var/run: on device 105 (followed symlink to /run)
    /var/tmp: on device 1795
    $