print $PAGE 2>/dev/null
-rwxr-xr-- 1 ["uqbarun"] uqbar Nov 13 24
"/wiki/shell.html"
> Exit code: 1 █
Shell
What is the difference between pts and tty and :0?
https://unix.stackexchange.com/questions/335992/what-is-the-difference-between-pts-and-tty-and-0
- pts = “pseudo terminal slave”: login device when connecting through the network or a console (e.g. ssh).
- tty = “teletype”: serial or console connections (text mode)
- :0 = “local:display #0”: X11 server, used for graphical login (e.g. gdm)
> Exit code: 1 █