- 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#
- or download this
#!/usr/bin/perl -w
use strict;
...
my $dir = @dirs_sunflarebeam;
#print "$dirs\n";
system("getfacl", "$dir");
- or download this
bash-2.05# getfacl /mkt/sbo/inbound
...
mask:rwx
other:rwx
bash-2.05#