Y
Hacker News
new
|
ask
|
show
|
jobs
by
olufnaese
2040 days ago
I tried this but found switching ttys was too easy.
1 comments
ntegan
2040 days ago
Disable the extra TTYs and then erase this information from your long, medium, and short term memory.
‘’’ for i in {2..6}; do systemctl mask getty@tty${i}.service; done ‘’’
link
‘’’ for i in {2..6}; do systemctl mask getty@tty${i}.service; done ‘’’