Difference between revisions of "Tty"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(35 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{lowercase}}
 +
[[wikipedia:tty (unix)]]
  
  
 +
* <code>sudo [[systemctl enable]] [[serial]]-[[getty]]@[[tty]]S0.service</code>
 +
* <code>sudo [[systemctl start]] [email protected]</code>
  
sudo [[systemctl enable]] [[serial]]-[[getty]]@[[tty]]S0.service
 
sudo [[systemctl start]] [email protected]
 
  
 +
<code>[[--extra-args]]='[[console]]=[[ttyS0]]'</code>
 +
 +
 +
* <code>[[last -t tty]]</code>
 +
 +
  Feb 06 12:35:55 SERVER_NAME sshd[1851658]: pam_unix([[sshd]]:auth): [[authentication failure]]; logname= uid=0 euid=0 [[tty]]=ssh ruser= rhost=xx.228.54.xx  user=USERNAME
 +
 +
== ttyUSB ==
  
 
  [[dmesg]] | grep -i tty
 
  [[dmesg]] | grep -i tty
  [26102.322883] usb 1-5: FTDI USB Serial Device converter now attached to ttyUSB0
+
  [26102.322883] usb 1-5: [[FTDI]] USB Serial Device converter now attached to ttyUSB0
 
  [26102.323327] usb 1-5: FTDI USB Serial Device converter now attached to ttyUSB1
 
  [26102.323327] usb 1-5: FTDI USB Serial Device converter now attached to ttyUSB1
  
 +
* <code>[[/dev/]]ttyUSB0</code>
 +
* <code>[[wvdial]]</code>
 +
* <code>[[usb_modeswitch]]</code>
 +
 +
== Related terms ==
 +
* <code>[[/dev/]]</code>
 +
* <code>/dev/ttyUSB0</code>
 +
* <code>[[screen]] /dev/ttyUSB0 115200</code>
 +
* <code>[[/proc/cmdline]]</code>
 +
* <code>[[sar -y]]</code>
 +
* [[EC2 Serial Console]]
 +
* <code>[[ssh -t]]</code>
 +
* <code>[[docker run -t]]</code>
 +
* [[loginctl]]
 +
* <code>[[stty sane]]</code>
 +
* <code>[[pkttyagent]]</code>
 +
* <code>[[requiretty]]</code> in <code>[[/etc/sudoers]]</code>
 +
* [[Alan Cox]]
 +
* <code>[[virsh ttyconsole]]</code>, <code>[[virsh console]]</code>
 +
* <code>[[console=]]tty1</code>
 +
[[Unable to use a TTY]] - container your-container [[did not allocate one]]
 +
* <code>[[aws ec2 get-console-output]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 11:25, 21 September 2023

wikipedia:tty (unix)



--extra-args='console=ttyS0'


 Feb 06 12:35:55 SERVER_NAME sshd[1851658]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=xx.228.54.xx  user=USERNAME

ttyUSB[edit]

dmesg | grep -i tty
[26102.322883] usb 1-5: FTDI USB Serial Device converter now attached to ttyUSB0
[26102.323327] usb 1-5: FTDI USB Serial Device converter now attached to ttyUSB1

Related terms[edit]

Unable to use a TTY - container your-container did not allocate one

See also[edit]

Advertising: