Search Results

0
votes

In a Java thread running as root, how can we apply Unix rights specific to a logged-in user ?

If everything else fails, you can run a shellscript from java and parse the result. Described for example here …
2
votes

What is the best (portable and maintanable) Shell Scripting language today?

I would expect BASH to be the widest spread shell at the moment since it is the default for many Linux distributions (it can even run on Windows with cygwin, but that's probably true for the other …