This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
локализация_консоли [2011/12/01 14:25] val |
локализация_консоли [2015/02/09 16:34] (current) val [FreeBSD] |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| ===== FreeBSD ===== | ===== FreeBSD ===== | ||
| <code> | <code> | ||
| - | [gate:~] # cat /etc/rc.conf | + | # cat /etc/rc.conf |
| </code><code> | </code><code> | ||
| ... | ... | ||
| Line 23: | Line 23: | ||
| ... | ... | ||
| </code><code> | </code><code> | ||
| - | [gate:~] # /etc/rc.d/syscons restart | + | # /etc/rc.d/syscons restart |
| - | [gate:~] # sed -i.bak 's/cons25/cons25r/' /etc/ttys | + | freebsd8# sed -i.bak 's/cons25/cons25r/' /etc/ttys |
| - | [gate:~] # kill -1 1 | + | # kill -1 1 |
| </code> | </code> | ||