Monday, 22 January 2018
linux - What is the meaning of "POSIX"?
Answer
Answer
What is POSIX? I have read the
Wikipedia
article and I read it every time I encounter the term. The fact is that I
never really understood what it is.
Can anyone
please explain it to me by explaining "the need for POSIX"
too?
href="http://en.wikipedia.org/wiki/POSIX" rel="noreferrer">POSIX is a
family of standards, specified by the rel="noreferrer">IEEE, to clarify and make uniform the application
programming interfaces (and ancillary issues, such as commandline shell utilities)
provided by Unix-y operating systems. When you write your programs to rely on POSIX
standards, you can be pretty sure to be able to port them easily among a large family of
Unix derivatives (including Linux, but not limited to it!); if and when you use some
Linux API that's not standardized as part of Posix, you will have a harder time if and
when you want to port that program or library to other Unix-y systems (e.g., MacOSX) in
the future.
php - file_get_contents shows unexpected output while reading a file
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
-
I have an app which needs a login and a registration with SQLite. I have the database and a user can login and register. But i would like th...
-
I got an error in my Java program. I think this happens because of the constructor is not intialized properly. My Base class Program public ...
-
I would like to use enhanced REP MOVSB (ERMSB) to get a high bandwidth for a custom memcpy . ERMSB was introduced with the Ivy Bridge micro...
No comments:
Post a Comment