What is the meaning of *nix?

前端 未结 7 2075
广开言路
广开言路 2020-12-23 12:52

What is the meaning of *nix, and what is its relation with Ruby?

Just saw that in an interview question... I think there is something to do with UNIX distros, but I

7条回答
  •  再見小時候
    2020-12-23 13:13

    *nix is a general term to refer to the whole family of Unices, to the operating systems that follow the POSIX1 standard.

    Ruby is a programming language, there's no general relationship between the two.


    1: Portable Operating System Interface [for Unix]

提交回复
热议问题