- In Linux, everything is a file
The
What is
popularly known as terminal
basically a device
allows you to interact with the system by passing on the data (you input) to the
graphical consoles
terminal emulators like Gnome terminal that run inside an X session
the meaning of each exit status:
0 if standard input is a terminal
1 if standard input is not a terminal
2 if given incorrect arguments
3 if a write error occurs
In unix terminology, the short answer is that
terminal =
console = physical terminal
shell = command line interpreter
https://www.howtoforge.com/linux-tty-command/
No comments:
Post a Comment