This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
сервис_getty [2011/02/17 11:15] val |
сервис_getty [2013/05/22 13:50] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Сервис GETTY ====== | ====== Сервис GETTY ====== | ||
| + | |||
| + | [[http://ru.wikipedia.org/wiki/Getty]] | ||
| ===== Ubuntu ===== | ===== Ubuntu ===== | ||
| Line 33: | Line 35: | ||
| Запуск getty на COM портах для нульмодемного подключения | Запуск getty на COM портах для нульмодемного подключения | ||
| <code> | <code> | ||
| - | [gate:~] # rcsdiff /etc/ttys | + | [gate:~] # cat /etc/ttys |
| - | diff -r1.2 /etc/ttys | + | </code><code> |
| - | 46a47 | + | ... |
| - | > cuad0 "/usr/libexec/getty std.9600" vt100 on secure | + | cuad0 "/usr/libexec/getty std.9600" vt100 on secure |
| ... | ... | ||
| + | </code><code> | ||
| [gate:~] # kill -1 1 | [gate:~] # kill -1 1 | ||
| + | или | ||
| + | [gate:~] # init q | ||
| </code> | </code> | ||
| Line 44: | Line 49: | ||
| <code> | <code> | ||
| [gate:~] # cat /etc/ttys | [gate:~] # cat /etc/ttys | ||
| + | </code><code> | ||
| ... | ... | ||
| ttyd1 "/usr/libexec/getty std.9600" vt100 on secure | ttyd1 "/usr/libexec/getty std.9600" vt100 on secure | ||
| ... | ... | ||
| + | </code><code> | ||
| [gate:~] # kill -1 1 | [gate:~] # kill -1 1 | ||
| + | или | ||
| + | [gate:~] # init q | ||
| </code> | </code> | ||