1153万例文収録!

「inetd」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > inetdに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

inetdを含む例文一覧と使い方

該当件数 : 26



例文

So the inetd(8) PID is 198. 例文帳に追加

ということで、inetd(8) の PID は 198 です。 - FreeBSD

To do this, get the process ID of inetd with ps -ax | grep inetd | grep -v grep. 例文帳に追加

これをするには、inetd のプロセス ID を ps -ax | grep inetd |grep -v grep して 取得してください。 - FreeBSD

Note that not all networking services are started by inetd (8), 例文帳に追加

ただし、すべてのサービスがinetd (8) - JM

inetd (see inetd(8) ) has several options to limit this sort of attack. 例文帳に追加

inetd (inetd(8) 参照)には、この種の攻撃を制限するオプションがいくつかあります。 - FreeBSD

例文

Now restart inetd: 例文帳に追加

そして以下のように inetd を再起動します。 - FreeBSD


例文

and so won't appear in inetd(5). 例文帳に追加

によって起動されるわけではないので、inetd(5) - JM

The inetd configuration file is /etc/inetd.conf, and inetd will re-read this configuration file when it is sent SIGHUP. 例文帳に追加

inetd(8) の設定ファイルは/etc/inetd.conf で、 inetd(8) は SIGHUPが送信されるとこの設定ファイルを再読み込みします。 - FreeBSD

This will force inetd to re-read its config file. 例文帳に追加

これによって inetdはその設定ファイルを読み直します。 - FreeBSD

This example shows how to send a signal to inetd(8) . 例文帳に追加

この例では、inetd(8) にシグナルを送る方法を示します。 - FreeBSD

例文

In some cases the grep inetd command might also appear in this output. 例文帳に追加

grep inetd コマンドがこの出力に出てくる場合もあります。 - FreeBSD

例文

You may check that the time entry within /etc/inetd is not commented out. 例文帳に追加

/etc/inetdの time エントリがコメントアウトされていないことを確認してほしい。 - JM

xinetd is a replacement for inetd (which Gentoo does not have),the Internet services daemon. 例文帳に追加

xinetdとは、inetd(Gentooでは含まれていません)の置き換えで、インターネットサービスデーモンです。 - Gentoo Linux

Because inetd(8) is being run by root you must use su(1) to become root first. 例文帳に追加

inetd(8) は rootで起動されているために、 まず su(1) を使って rootにならなければなりません。 - FreeBSD

Read the inetd manual page carefully and pay specific attention to the -c, -C, and -R options. 例文帳に追加

inetdのマニュアルページを注意深く読んで下さい。 特に、 -c, -C, -R オプションに注意して下さい。 - FreeBSD

A competent sysadmin will turn off all of these inetd-internal test services. 例文帳に追加

有能なシステム管理者はこの手の inetd内部テストサービスのすべてを無効にしておくものです。 - FreeBSD

allow:After adding this line, inetd will need to be restarted. This can be accomplished by use of the kill(1) command, or with the restart parameter with /etc/rc.d/inetd. 例文帳に追加

設定ファイル /etc/skey.access を使って Unixパスワードの利用を制限することができます。 - FreeBSD

Mine are listed below:If you have to change the /etc/inetd.conf file, send a HUP signal to inetd(8) . 例文帳に追加

わたしのは次のようになっています。 もし /etc/inetd.conf ファイルを変更したときには、 inetd(8) に HUP シグナルを送ってください。 - FreeBSD

This command is run as a normal user, and inetd(8) is run as root, so the ax options must be given to ps(1) . 例文帳に追加

このコマンドは一般ユーザで実行しますが、 inetd(8) は rootで実行されているので、 ps(1) には axオプションを与える必要があります。 - FreeBSD

The last major class of springboard attacks is related to certain internal inetd services such as the udp echo service. 例文帳に追加

踏み台攻撃の 3つめの主要なクラスに属する攻撃は、 udp echo サービスのような、特定の inetd 内部サービスに関連するものです。 - FreeBSD

Note that spoofed-IP attacks will circumvent the -C option to inetd, so typically a combination of options must be used. 例文帳に追加

IP偽造攻撃 (spoofed-IP attack) は inetd の -C オプションの裏をかけるので、一般にオプションを組み合わせて使用するべきであることに注意して下さい。 - FreeBSD

This is a way of controlling access to services normally run by inetd (which Gentoo does not have), but it can also be used by xinetd and other services.例文帳に追加

TCP Wrapperは、inetd(Gentooには含まれていません)により実行されるサービスへのアクセス制御を提供しますが、xinetdや他のサービスでも使用できます。 - Gentoo Linux

Note: While programs run by inetd(8) are not exactly daemons, they have traditionally been called daemons. 例文帳に追加

-n 5 という引数によって 5 個のワンタイムパスワードを順に生成します。 - FreeBSD

XINETD: Xinetd is a powerful replacement for inetd, with advanced features, used by ltsp to start tftp.Note: If you have the kde/gnome use flag set, it will also install a complete kde/gnomesystem.例文帳に追加

XINETD:xinetdinetdに代わる、強力で細かな機能を持ったデーモンで、LTSPにおいてTFTPを開始させるために使います。 注意:もしもUSE変数にkdeやgnomeが指定してあれば、完全なKDE/GNOMEシステムもインストールされます。 - Gentoo Linux

Where daemon is the daemon name which inetd started. The address can be a valid hostname, an IP address or an IPv6 address enclosed in brackets ([]). 例文帳に追加

ここで、出力の各行はシーケンス番号とそれに対応する一回分のワンタイムパスワードです。 - FreeBSD

An inetd 31 monitors only port 80 and actuates an httpd 32 each time a connection request is received from a client having a predetermined IP address.例文帳に追加

inetd31は80番のポートのみ監視し、所定IPアドレスを持つクライアントからの接続要求を受け付ける毎にhttpd32を起動させる。 - 特許庁

例文

In response thereto, the httpd 32 receives a request message from the client whose request has been received by the inetd 31 from a Web client machine 20 through a NIC 18 and an OS 30 and passes the message to a memory saving type main Web server 34 through a pipe, and then deletes it from on a DRAM 14.例文帳に追加

httpd32はこれに応答して、inetd31で受け付けられたクライアントからのリクエストメッセージを、Webクライアントマシーン20からNIC18及びOS30を介し受け取り、パイプでメモリ節約型メインWebサーバ34に渡した後、DRAM14上から消滅する。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright 2001-2010 Gentoo Foundation, Inc.
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS