| 意味 | 例文 (15件) |
for gettyとは 意味・読み方・使い方
追加できません
(登録数上限)
Wiktionary英語版での「for getty」の意味 |
forgetty
出典:『Wiktionary』 (2025/03/19 03:23 UTC 版)
発音
- (Received Pronunciation) IPA: /fəˈɡɛti/
- (General American) IPA: /fɚˈɡɛti/, [-ɾi]
語源 1
From forget + -y (“having the quality of; inclined to”).
形容詞
forgetty (comparative more forgetty, superlative most forgetty)
- Tending to forget things, forgetful.
-
1896 January 30, “The Conversation Corner”, in The Congregationalist, page 179:
-
Please tell me what is D. F.’s name? I ought to remember but am so “forgetty”!
-
-
- In a state of forgetting, having forgotten.
-
2012, Padgett Powell, You & Me, page 12:
-
We are over here, I see that, and all that is over there, and this over hereness and that over thereness is a small part of infinite other relations of hereness and thereness, I see all this, but then I get a bit forgetty, and, just, don’t have this particular-in-aggregate setup in my head, and I say something like “I forget where we are.”
-
- For more quotations using this term, see Citations:forgetty.
-
語源 2
Coined or popularized by Cordwainer Smith (see quotations below). Seemingly from forget + -y (suffix forming diminutive or familiar nouns).
名詞
forgetty (plural forgetties)
- (science fiction) A person whose memory has been erased or damaged.
-
1965, Cordwainer Smith, “Three to a Given Star”, in Galaxy, volume 24, page 127:
-
Alma came out of the cube Finisternis as a forgetty, conditioned to remember nothing of her long sad psychotic life before the Instrumentality had sent her on a wild mission among the stars.
-
「for getty」の部分一致の例文検索結果
該当件数 : 15件
The first, /etc/gettytab, contains configuration information for the /usr/libexec/getty daemon.発音を聞く 例文帳に追加
まず、 /etc/gettytab には、 /usr/libexec/getty デーモンの設定を記述します。 - FreeBSD
For example, to get a list of running getty processes with ps, type:#発音を聞く 例文帳に追加
以 下のコマンドで動作中の getty プロセスのリストを得ることができます。 # - FreeBSD
/etc/gettytab is a termcap(5) -style file of configuration information for getty(8) .発音を聞く 例文帳に追加
/etc/gettytab は、getty(8) の設定ファイルで、termcap(5)と同様の形式で記述されます。 - FreeBSD
For example, the following display shows that a getty is running on the second serial port ttyd1 and is using the std.38400 entry in /etc/gettytab: 22189 d1 Is+ 0:00.03 /usr/libexec/getty std.38400 ttyd1発音を聞く 例文帳に追加
たとえば、以下 の表示例は、getty は2番目のシリアルポート (ttyd1) に対し て /etc/gettytab 中の std.38400のエントリを使って動作し ているということを示しています。 22189 d1 Is+ 0:00.03 /usr/libexec/getty std.38400 ttyd1 - FreeBSD
Configuring FreeBSD for Dial-up Services provides a good description on enabling dial-up services using getty(8) . An alternative to getty is mgetty, a smarter version of getty designed with dial-up lines in mind.発音を聞く 例文帳に追加
getty でダイアルアップサービスをおこなう場合の優れた解説が FreeBSDでダイアルアップサービスをおこなうための設定 にあります.getty に代わるものとしては, mgetty があります.これは getty をより柔軟にしたもので,ダイアルアップ回線での使用を意図して 設計されています. - FreeBSD
You should see an entry for the terminal.発音を聞く 例文帳に追加
その端末に対する gettyの情報が表示されるはずです。 - FreeBSD
-
履歴機能
過去に調べた
単語を確認! -
語彙力診断
診断回数が
増える! -
マイ単語帳
便利な
学習機能付き! -
マイ例文帳
文章で
単語を理解! -
「for getty」の部分一致の例文検索結果
該当件数 : 15件
Think of XDM as providing the same functionality to the user as the getty(8) utility (see Section 27.3.2 for details).発音を聞く 例文帳に追加
XDM がユーザに getty(8) (詳しくはSection18.3.3をご覧ください) と同じ機能を提供することを考えてみてください。 - FreeBSD
You will need to set up an entry in /etc/gettytab to give getty information about the speeds you wish to use for your modem.発音を聞く 例文帳に追加
getty が利用するモデムとコンピュータの接続速度に関する情報を/etc/gettytab に記述する必要があります。 - FreeBSD
For a locked-speed configuration, your ttys entry needs to have a fixed-speed entry provided to getty.発音を聞く 例文帳に追加
速度を固定する設定では、/etc/ttys の中で、getty に対して固定速度のエントリを指定する必要があります。 - FreeBSD
getty initializes and opens the line, sets the speed, prompts for a user name and then executes the login(1)発音を聞く 例文帳に追加
次に、 端末からのログインを処理するプログラムの指定をおこな います。 FreeBSDでは、標準的には /usr/libexec/getty をこの目的で利用しています。 - FreeBSD
The first item in the above line is the device special file for this entry -- ttyd0 means /dev/ttyd0 is the file that this getty will be watching.発音を聞く 例文帳に追加
1番目の項目は、このエントリで対象とするディバイス スペシャル ファイル です。 上の例ではttyd0 として、 /dev/ttyd0 を getty に監視させることを表しています。 - FreeBSD
It is usually started at boot time, and is responsible for authenticating users and starting their sessions; it is essentially the graphical counterpart of getty(8) and login(1) .発音を聞く 例文帳に追加
通常、起動時に実行され、 各ユーザの認証とユーザセションを開始させる機能を実現します。 基本的に、getty と loginのグラフィック版、と考えて良いでしょう。 - FreeBSD
Xdm provides services similar to those provided by init, getty and login on character terminals:prompting for login name and password, authenticating the user, and running a ``session.'' A ``session'' is defined by the lifetime of a particular process;in the traditional character-based terminal world, it is the user's login shell.例文帳に追加
「セッション」は伝統的な文字ベースの端末の世界では特定のプロセスの存続期間として定義される。 この特定のプロセスとはユーザのログインシェルである。 - XFree86
Hook up your modem to your FreeBSD system, boot the system, and, if your modem has status indication lights, watch to see whether the modem's DTR indicator lights when the login: prompt appears on the system's console -- if it lights up, that should mean that FreeBSD has started a getty process on the appropriate communications port and is waiting for the modem to accept a call.発音を聞く 例文帳に追加
あなたのモデムにモデムの状態を確認するためのインジケータがあれば、 DTR のイ ンジケータの状態に注目してください。 もし、システムのコンソールに login:プロンプトが表示された時に、DTR のインジケータが点灯すれば、FreeBSD が適切なポートに対して getty を起動し、モデムへの着信を待っている状態であることを意味しています。 - FreeBSD
| 意味 | 例文 (15件) |
|
|
for gettyのページの著作権
英和・和英辞典
情報提供元は
参加元一覧
にて確認できます。
|
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL). Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのforgetty (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。 |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
|
ログイン |
Weblio会員(無料)になると
|
「for getty」のお隣キーワード |
weblioのその他のサービス
|
ログイン |
Weblio会員(無料)になると
|