Jennie
Jennie
About
- Username
- Jennie
- Joined
- Visits
- 999
- Last Active
- Roles
- Moderator
Comments
-
Hello Vic, You can find tty devices in the /dev directory 1.bash: ls /dev/tty* This lists all devices with names starting with 'tty' under '/dev'. 2.bash: dmesg | grep tty Let me know if you need further assistance with any of these steps!