OS - POSIX (Portable) - Operating System Interface - OS Api

Card Puncher Data Processing

About

POSIX (pronounced /ˈpɒzɪks/ POZ-iks) or Portable Operating System Interface [for Unix] is an Operating system interface (API).

The API is specified in a family of related standards specified by the IEEE (Institute of Electrical and Electronics Engineers) including:

  • a command interpreter (or “shell”),
  • and common utility programs to support applications portability at the source code level.

POSIX.1-2008 describes the external characteristics and facilities that are of importance to application developers, rather than the internal construction techniques employed to achieve these capabilities.

The content of the specification includes for instance the following:

Documentation / Reference





Discover More
Bash Liste Des Attaques Ovh
Bash - Pipeline

This article talks the syntax of a Shell Pipeline in Bash All command(s) in a pipeline are executed: in parallel. and started in a subshell (meaning that the environment is not passed along the...
Bash Liste Des Attaques Ovh
Bash - Standard - Specification (Posix)

Bash is intended to be a conformant implementation of the Shell and Utilities portion of the IEEE POSIX specification (IEEE Standard 1003.1). Bash can be configured to be POSIX-conformant by...
Bash Liste Des Attaques Ovh
Bash Shell and (Unix|Linux) Utilities (XCU)

Bash is: Bourne-Again shell (Os Shell). It means that this is scripting language used in a terminal based around The articles of this section are over: the Bash (Bourne-Again Shell) the...
Harddisk
Disk - Sector (Physical block)

A sector is the block (minimal persistent unit) on a disk at the physical level. It is not possible to modify any part of the disk smaller than a sector. To change a part of the disk smaller than a sector,...
Undraw File Manager Re Ms29
File - Persistent Storage Operations

In a file system, the basic persistent storage operations that permits to manage the file content are called: create - Creates a new file and open it write - Opens the file for write access (append...
Process Explorer Handle Open File Search
File System - File Descriptor or Handle (Open File)

A file descriptor (Unix, Linux) or a file handle (Windows) is the connection id (generally to a file) from the Operating system in order to perform IO operations (Input/Ouput of Bytes). For Wikipedia,...
Linux - Umask (user mask)

umask also known as: user mask user file creation mask is a security command and a function in POSIX environments that sets the default privileges that a file get when it's created. When a shell...
Bash Liste Des Attaques Ovh
Linux - nohup (No Hangup)

nohup is a POSIX command to ignore the HUP (hangup) signal, enabling the command to keep running after the user who issues the command has logged out. nohup is most often used to run script or command...
Linux - ulimit (shell ressource control)

the soft limit freely in the range of 0... the hard limit too, but can only decrease it. limits.conf“”
Pt Mt Ct Et Us Time Zones
What are Time Zones and how can you use them?

The world is split hierachically into time zones. The splitting may be done over two dimensions: longitudinal or city (Island) There are 24 longitudinal time zones (one time zone for one hour)...



Share this page:
Follow us:
Task Runner