Results of 1 - 10 of about 85 for terminal (0.004 sec.)
- Man page of UL 14255
- UL Section: User Commands (1) Index JM Home Page BSD mandoc BSD 4 名称 ul - 入力中のアンダーライ
...
ードを端末のシーケンスに変換する 書式 ul [- i ] [- t terminal ] [ name ... ] 解説 ul は、 指定されたファイル (指 ...
出力のアンダーラインを見たいときに有効である。 -t terminal 端末タイプを、環境変数で指定されたものの代わりに t ...
関連キーワード アンダーライン , 端末 , 表示 , 機能 , terminal , シーケンス , nroff , TERM , 利用 , ログイン Linu ...
-
https://man.plustar.jp/manpage/man1/ul.1.html
- [similar]
- Man page of SETTERM 10607
- SETTERM Section: User Commands (1) Updated: May 2014 Index JM Home Page 名前 setterm - 端末の属性
...
erm [options] 説明 setterm は、指定された端末機能 (terminal capabilities) を呼び出すための文字列を標準出力に出 ...
ザーに対して引き起こしかねない問題については、 Text-Terminal-HOWTO の「vi and Cursor-Keys」セクションをご覧いた ...
いた時代の話なのだろうか。 つまり、vt とは、virtual terminal ではなく、video terminal のことなのか。 --bfreq [= ...
場合は、現在のタブストップの設定を表示する。 --term terminal_name 環境変数 TERM を上書きする。 --ulcolor [brigh ...
-
https://man.plustar.jp/manpage/man1/setterm.1.html
- [similar]
- Man page of TELNETD 10607
- TELNETD Section: Maintenance Commands (8) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前
...
で説明されている: DO AUTHENTICATION WILL ENCRYPT DO TERMINAL TYPE DO TSPEED DO XDISPLOC DO NEW-ENVIRON DO ENVIR ...
受信すると、 DONT ECHO が返答として送信される。 "DO TERMINAL-TYPE" 接続のクライアント側に割り当てられた端末の タ ...
クライアントがサーバに知らせることを要求する。 "DO TERMINAL-SPEED" クライアントに割り当てられたシリアルラインの ...
RFC-1073 Telnet Window Size Option RFC-1079 Telnet Terminal Speed Option RFC-1091 Telnet Terminal-Type Option ...
-
https://man.plustar.jp/manpage/man8/in.telned.8.html
- [similar]
- Man page of TELNETD 10607
- TELNETD Section: Maintenance Commands (8) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前
...
で説明されている: DO AUTHENTICATION WILL ENCRYPT DO TERMINAL TYPE DO TSPEED DO XDISPLOC DO NEW-ENVIRON DO ENVIR ...
受信すると、 DONT ECHO が返答として送信される。 "DO TERMINAL-TYPE" 接続のクライアント側に割り当てられた端末の タ ...
クライアントがサーバに知らせることを要求する。 "DO TERMINAL-SPEED" クライアントに割り当てられたシリアルラインの ...
RFC-1073 Telnet Window Size Option RFC-1079 Telnet Terminal Speed Option RFC-1091 Telnet Terminal-Type Option ...
-
https://man.plustar.jp/manpage/man8/telnetd.8.html
- [similar]
- Man page of DMESG 8174
- DMESG Section: User Commands (1) Updated: July 2012 Index JM Home Page 名前 dmesg - カーネルの (
...
て終了する。 カラー表示 自動的なカラー表示は、 /etc/terminal-colors.d/dmesg.disable という空ファイルを作ることで ...
表示の設定についてもっと詳しいことを知りたかったら、 terminal-colors.d (5) をご覧になるとよい。 dmesg は、以下の ...
re Ts'o < tytso@athena.mit.edu > だった。 関連項目 terminal-colors.d (5), syslogd (8) 入手方法 この dmesg コマ ...
-
https://man.plustar.jp/manpage/man1/dmesg.1.html
- [similar]
- Man page of POLL 8174
- POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp
...
band data on a TCP socket (see tcp (7)). • A pseudoterminal master in packet mode has seen a state change on t ...
file descriptor. Suppose we run the program in one terminal, asking it to open a FIFO: $ mkfifo myfifo $ ./pol ...
l_input myfifo In a second terminal window, we then open the FIFO for writing, write s ...
e the FIFO: $ echo aaaaabbbbbccccc > myfifo In the terminal where we are running the program, we would then se ...
-
https://man.plustar.jp/manpage/man2/poll.2.html
- [similar]
- Man page of POLL 8174
- POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp
...
band data on a TCP socket (see tcp (7)). • A pseudoterminal master in packet mode has seen a state change on t ...
file descriptor. Suppose we run the program in one terminal, asking it to open a FIFO: $ mkfifo myfifo $ ./pol ...
l_input myfifo In a second terminal window, we then open the FIFO for writing, write s ...
e the FIFO: $ echo aaaaabbbbbccccc > myfifo In the terminal where we are running the program, we would then se ...
-
https://man.plustar.jp/manpage/man2/ppoll.2.html
- [similar]
- Man page of SHMOP 8174
- SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat,
...
ow a shell session demonstrating their use. In one terminal window, we run the "reader" program, which creates ...
string_read shmid = 1114194; semid = 15 In another terminal window, we run the "writer" program. The "writer" ...
g_write 1114194 15 'Hello, world' Returning to the terminal where the "reader" is running, we see that the pro ...
-
https://man.plustar.jp/manpage/man2/shmat.2.html
- [similar]
- Man page of SHMOP 8174
- SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat,
...
ow a shell session demonstrating their use. In one terminal window, we run the "reader" program, which creates ...
string_read shmid = 1114194; semid = 15 In another terminal window, we run the "writer" program. The "writer" ...
g_write 1114194 15 'Hello, world' Returning to the terminal where the "reader" is running, we see that the pro ...
-
https://man.plustar.jp/manpage/man2/shmdt.2.html
- [similar]
- Man page of SHMOP 8174
- SHMOP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 shmat,
...
ow a shell session demonstrating their use. In one terminal window, we run the "reader" program, which creates ...
string_read shmid = 1114194; semid = 15 In another terminal window, we run the "writer" program. The "writer" ...
g_write 1114194 15 'Hello, world' Returning to the terminal where the "reader" is running, we see that the pro ...
-
https://man.plustar.jp/manpage/man2/shmop.2.html
- [similar]