Displaying 3 results from an estimated 3 matches for "shell'ing".
Did you mean:
selling
2006 Apr 20
0
R and Commercial applications
...days.
Think, "Red Hat Enterprise Edition" vs. Fedora. The latter has been
usefully helped by people who have bought the former. It takes someone's
money to do these things.
Now, as Peter mentioned, "embedding" is a bit of a tricky thing. It's
never been clear why shell'ing out commands is any different than linking to
a shared library when you consider the general activities (yes,
system/robustness, vs "a hack") but they are viewed differently from the
GPL perspective, as far as I'm aware of the relevant sections. But I'm not
a lawyer.
be...
2018 Apr 07
0
Is it possible to clone an NT ACL from one file or dir to a totally different file or dir ?
...to clone a source
template dir/file with both POSIX/Windows ACL entries from both
Linux-side & Samba-winbind sourced usernames/groups!
I'd appreciate any helpful comments on making my script more efficient
or better simplified. The one portion I wished could have been compacted
is the shell'ing-out of xargs to the separate tiny helper script
"setperm.sh". I couldn't get that helper snippet to run as a shell
function while still allowing xargs to call it, especially because of
the variables being passed. Also, as dir/file names can be complex and
contain all kinds...
2018 Apr 06
2
Is it possible to clone an NT ACL from one file or dir to a totally different file or dir ?
On Sat, 2018-03-24 at 20:38 -0400, Ken McDonald via samba wrote:
>
> > By default, step 4 takes forever to run on large datasets because it
> > uses named entities. My ultimate plan was to use the numeric
> > user/group id's in that step instead of named ones so the Winbind cost
> > is not incurred. Seems for the whole process, the calls to Winbind to
> >