Displaying 2 results from an estimated 2 matches for "wihin".
Did you mean:
within
2007 Jul 16
2
can I run/launch an excel VBA macro from wihin R?
Is there an "easy" or good way to run/launch an Excel VBA macro from within R?
---------------------------------
Pinpoint customers who are looking for what you sell.
[[alternative HTML version deleted]]
2009 Oct 30
1
Default ACL question (EXECUTE BIT)
Hello everyone,
I'm doing some tests with ACL's and even though I can create a "default" ACL
for a directory (that includes "rwx" for the default owner), when I finally
create a file wihin that directory the execute bit is chopped off:
[joe at machine ~]$ mkdir mydir
[joe at machine ~]$ setfacl -d -m u::rwx,g::-,o::- mydir/
[joe at machine ~]$ cd mydir
[joe at machine mydir]$ touch testFile.txt
[joe at machine mydir]$ ls -l testFile.txt
-rw------- 1 joe joe 0 Oct 29 21:14 testFil...