Os - Shell

Card Puncher Data Processing

About

This page is about shell in an OS context

A shell is a command line interpreter for OS Command.

In a more detailed way, a shell is:

Each time:

Management

List

Remote

You can access shell remotely with the following application protocol

Features

  • tab-completion,
  • command history

Color

Every extension file has a color. See

dircolors
LS_COLORS='
rs=0:di=01;
34:ln=01;
36:mh=00:pi=40;
33:so=01;
35:do=01;
35:bd=40;
33;
01:cd=40;
33;
01:or=40;
31;
01:su=37;
41:sg=30;
43:ca=30;
41:tw=30;
42:ow=34;
42:st=37;
44:ex=01;
32:*.tar=01;
31:*.tgz=01;
31:*.arc=01;
31:*.arj=01;
31:*.taz=01;
31:*.lha=01;
31:*.lz4=01;
31:*.lzh=01;
...;

export LS_COLORS





Discover More
Card Puncher Data Processing
Ansible - Shell

This article shows how to execute a command via a shell with ansible and the ansible shell module use the stdout conditionaly
Bash Liste Des Attaques Ovh
Bash Shell and (Unix|Linux) Utilities (XCU)

Bash is a POSIX compliant shell, known as the Bourne-Again. It means that this is scripting language used in a terminal based around The articles of this section are over: the Bash (Bourne-Again...
Card Puncher Data Processing
Dos (Win32 Shell Scripting) and Utilities

Dos is a shell language of the Windows cmd interpreter. It means disk operating system. Ported on Windows
Card Puncher Data Processing
Grammar - Error (Handling)

An error is an exceptional conditions that breaks the normal flow For Shell language that are based on process command, the error management is done via the Error code / exit status For an block,...
Card Puncher Data Processing
How to resize images in a directory with ffmpeg ?

This article shows you how to scale image in a dirctory with ffmpeg and conserve the aspect ratio. Because ffmpeg is a video management tool, it can also modify a frame, in other word, an image. ...
Card Puncher Data Processing
Interactive Programming - Command

A function can be called in a command format A command for a cli interpreter is the equivalent of a expression (statement) that returns as value an exit code. OS See The first word generally specifies:...
Java Conceptuel Diagram
Java - Application

An application in shipped in an archive format with a main class that contains a main method that starts the application. instancejava/lang/Runtimeclass RuntimeOperating System environment ...
Javascript - Rhino Engine

Rhino is an javascript engine that implements JavaScript ECMA from the Mozilla Foundation (It was the first JDK offering for JavaScript). compatibility...
Linux - Shell

in Linux context The valid shell for a distribution are listed in the /etc/shells Several type of unix_shell have been developed: Bourne (sh), Bash (Bourne-Again Shell), Almquist_shelldash...
Card Puncher Data Processing
OS - Console (Local terminal)

The console is a character-based console device. Generally when the standard stream are available, we have a console connection. Console are not shell. A console is typically connected to the keyboard...



Share this page:
Follow us:
Task Runner