Linux - Terminal

About

OS - Terminal (Emulator) (Term|tty) in the context of Linux

The Linux Programmer manual

Environment variable

The value of TERM only tells an application program what terminal you are using.

echo $TERM 
xterm

See X11 - Xterm

According to the SSH RFC, the TERM variable is set when initializing the SSH connection. This is set initially, regardless of AcceptEnv. https://tools.ietf.org/html/rfc4254#section-6.2





Discover More
Bash Liste Des Attaques Ovh
Bash - (Builtin|Intern|System|Reserved|Shell) variable name

Reserved variable name are named that have a special meaning for the bash shell. PS1 defines the shell's command-line prompt. HOME defines the home directory for a user. PATH defines a list...
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...



Share this page:
Follow us:
Task Runner