终端

Linux

  • Categories
    • 物理终端
      • /dev/console
    • 伪终端
      • 远程网络终端, 图形下的终端
      • /dev/pts/#(num)
    • 虚拟终端
      • /dev/tty#
    • 串行终端:
      • /dev/ttys#
cat /etc/shells # see your shell in Linux

Windows