Jennie
Jennie
About
- Username
- Jennie
- Joined
- Visits
- 2
- Last Active
- Roles
- Member, 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!