<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 23, 2015 at 7:02 PM, derek <span dir="ltr"><<a href="mailto:denc716@gmail.com" target="_blank">denc716@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">wonder how many other POSIX system calls are not implemented in erlang standard library</blockquote></div><br></div><div class="gmail_extra">Many! Most calls implemented is there due to a need by someone. This is why some of the system calls, however likely to be used, has not yet been implemented. Erlang doesn't in general provide a POSIX interface to the underlying Operating System, and many parts doesn't map well into the Erlang model. <br></div><div class="gmail_extra"><br></div><div class="gmail_extra">All hope is not lost however, since<br><br>list_to_integer(string:strip(os:cmd("id -u"), right, $\n)).<br><br></div><div class="gmail_extra">solves your problem. Granted, it performs worse than asking for the uid directly, but I've rarely seen a program who needed to manipulate uids otherwise, written in Erlang. May I ask what you are trying to do?<br><br clear="all"></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature">J.</div>
</div></div>