Re: any way to issue a statfs() in Lua ?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: any way to issue a statfs() in Lua ?
- From: Daurnimator <quae@...>
- Date: 2013年3月15日 11:59:32 -0400
On 15 March 2013 11:37, petah <lua@laufenberg.ch> wrote:
> can't you just issue io.popen() commands and retrieve the result?
>
> I wrote some wrappers for my Debian hackery doing exec, piped single- and multi-line retrieval if you want.
>
> -- p
>
On 15 March 2013 10:50, Laurent Faillie <l_faillie@yahoo.com> wrote:
> I would like to avoid as much as possible to fork()
> eternal processes as it's heavy for the host ; So no exec() if possible.