Help for this page

Select Code to Download


  1. or download this
    bash-2.05# ./ch_sunflare-beam.pl
    You are on sunflare
    ...
    /mkt/sbo/inbound
    1: No such file or directory
    bash-2.05#
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $dir = @dirs_sunflarebeam;
    #print "$dirs\n";
    system("getfacl", "$dir");
    
  3. or download this
    bash-2.05# getfacl /mkt/sbo/inbound
    
    ...
    mask:rwx
    other:rwx
    bash-2.05#