「command」を含む例文一覧(31362)

<前へ 1 2 .... 131 132 133 134 135 136 137 138 139 .... 627 628 次へ>
  • Preparing for Wireless AccessNote: Support for the iwconfig command is only available on x86, amd64 and ppcInstallation CDs.
    無線LANアクセスの準備注意: iwconfigコマンドが入っているはx86、AMD64、PPC用のインストールCDだけです。 - Gentoo Linux
  • If you need any special boot options you can append them to the command-line just like with Yaboot above.
    もし、特別なブートオプションが必要ならコマンドラインにそれらを付加することができます。 - Gentoo Linux
  • You might want to run:"emerge --config =dev-db/mysql-[version]"if this is a new install. Since this is a new installation, we run the command.
    新規インストールですので、表示されたこのコマンドを実行し、MySQLを設定します。 - Gentoo Linux
  • PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !To do so, issue the following commands to start the server and change the applicable passwords:(Note the next 3 lines)/etc/init.d/mysql start/usr/bin/mysqladmin -u root -h pegasos password 'new-password'/usr/bin/mysqladmin -u root password 'new-password'Depending on your configuration, a -p option may be needed in the last command.
    (次の3行をメモして下さい。 - Gentoo Linux
  • First off, tables can be listedsimiliarly to databases using the SHOW TABLES command.
    まず始めに、データベースと同様テーブルもSHOWTABLESコマンドを使用して一覧表示することができます。 - Gentoo Linux
  • I use the following command to prelink all the binaries in the directories given by /etc/prelink.conf.
    /etc/prelink.confによって与えられたディレクトリのバイナリすべてをprelinkするために以下のコマンドが使えます。 - Gentoo Linux
  • %wheel localhost = /usr/bin/emerge You can extend the line to allow for several commands (instead of making a single entry for each command).
    先ほどの一文を拡張し、複数のコマンドを許可することもできます。 - Gentoo Linux
  • Inside /etc/sudoers you list the user(s) in between(and) before the command listing:
    /etc/sudoers中において、コマンド前の(と)の間に、一人または複数のユーザを記載してやります。 - Gentoo Linux
  • For channels where non-ASCII characters are often exchanged in non-UTF-8charsets, the /recode command may be used to convert the characters.Type /help recode for more information.
    その場合には、/recodeコマンドによって、変換することができるかもしれません。 - Gentoo Linux
  • First, I'm going to describe how a particular command works,as you'd expect.
    あなたが推測するように、まず、特定のコマンドがどのように動くのか記述していきます。 - Gentoo Linux
  • Unlike manyeditors, when vi starts up, it is in a special mode called command mode.
    多くのエディタと違ってviを起動した時、「コマンドモード」と呼ばれる特別なモードになります。 - Gentoo Linux
  • Now, it's time to start learning some of the simple editing commands. The commands that we'll cover here are considered simple because the commands keep you in command mode.
    私たちがここで学習するコマンドはコマンドモードですので"簡単"です。 - Gentoo Linux
  • Experiment with thed command and the other editing commands until you'recomfortable with them.
    快適に使えるようになるまでdコマンドと他の編集コマンドの組み合わせに慣れてください。 - Gentoo Linux
  • Otherwise, the status of the pipeline is the exit status of the last command.
    それ以外の場合には、パイプラインのステータスは最後のコマンドの終了ステータスになります。 - JM
  • Each command in a pipeline is executed as a separate process (i.
    パイプライン中の各コマンドは、それぞれ別のプロセスとして(つまりサブシェル内で) 実行されます。 - JM
  • This list is executed whenever name is specified as the name of a simple command.
    単純なコマンドの名前として name が指定されると、必ずこのリストが実行されます。 - JM
  • EXPANSION Expansion is performed on the command line after it has been split into words.
    展開展開はコマンドラインが単語へ分割された後に(コマンドライン上で) 行われます。 - JM
  • Parameter Expansion The `$' character introduces parameter expansion, command substitution, or arithmetic expansion.
    パラメータの展開`$' 文字があると、パラメータ展開、コマンド置換、算術式展開が行われます。 - JM
  • All of the lines read up to that point are then used as the standard input for a command.
    その行までに読み込んだ行は、コマンドの標準入力として扱われます。 - JM
  • Aliases are expanded when a command is read, not when it is executed.
    エイリアスが展開されるのはコマンドを読み込んだ時であり、実行する時ではありません。 - JM
  • If there is a command name left after expansion, execution proceeds as described below.
    展開の後にコマンド名が残っている場合、後述するように実行が進行します。 - JM
  • Using %?ce , on the other hand, refers to any job containing the string ce in its command line.
    一方、%?ceを用いると、文字列ceをコマンドライン中に含む任意のジョブを参照できます。 - JM
  • This is like executing the undo command enough times to return the line to its initial state.
    このコマンドは、行が初期状態に戻るまでundoコマンドを実行するようなものです。 - JM
  • If the command word is a full pathname, a compspec for the full pathname is searched for first.
    コマンドの単語がフルパス名であれば、最初にフルパス名の補完仕様が検索されます。 - JM
  • 0 : [arguments] No effect; the command does nothing beyond expanding arguments and performing any specified redirections.
    このコマンドはargumentsを展開し、指定されたリダイレクトを実行する以外には何も行いません。 - JM
  • If n is omitted, the exit status is that of the last command executed.
    nを省略すると、終了ステータスは最後に実行したコマンドの終了ステータスとなります。 - JM
  • ignoreeof The effect is as if the shell command had been executed (see Shell Variables above).
    ignoreeof効果は、シェルコマンドのを実行した場合と同様です(前述のシェル変数を参照)。 - JM
  • If a correction is found, the corrected file name is printed, and the command proceeds.
    訂正できた場合には、訂正後のファイル名が表示され、コマンドは続けて実行されます。 - JM
  • If a hashed command no longer exists, a normal path search is performed.
    ハッシュされているコマンドが既に無くなっている場合、通常のパス検索が行われます。 - JM
  • bc starts by processing code from all the files listed on the command line in the order listed.
    bc は動作を開始するとまず最初にコマンドラインで指定したファイルを順に処理します。 - JM
  • % Pops two values, computes the remainder of the division that the / command would do, and pushes that.
    %2 つの値を取り出し、/で計算された割算の余りを計算し、結果をスタックに積みます。 - JM
  • functions with command line programs.
    また、ライブラリ関数とコマンドラインで指定したプログラムとを混合して使 うことも可能にしています。 - JM
  • If the info and printenv programs are properly installed at your site, the command info printenv should give you access to the complete manual.
    戻り値は以下の通り:0 指定されたすべての変数が設定されていた。 - JM
  • c ,you must lock it as you check it out with the command "co
    もし、f.cに変更を加えたければ、次のコマンドを使ってチェックアウトしロックしなければいけません。 - JM
  • This switch is especially useful when the command line will not hold the list of files to be packed.
    パックするファイルの一覧をコマンドラインに書けない場合に、このオプションは非常に役立つ。 - JM
  • In a multiuser session all users added will start off with this command character.
    マルチユーザセッションでは、追加されたすべてのユーザは、最初はこのコマンド文字を使うことになる。 - JM
  • Note that this command doesn'twork if the session is password protected.
    ただしこのコマンドは、セッションがパスワードで保護されている場合には動作しないことに注意。 - JM
  • In this case, the command is executed right away and screen stores the last line of output.
    この場合、そのコマンドは直ちに実行され、screen はその出力の最後の行を保存する。 - JM
  • "defcharset " [ set ] Like the charset command except that the default setting for new windows is changed.
    "defcharset " [ set ]charset コマンドと似ているが、新しいウィンドウに対するデフォルト設定を変える点が異なる。 - JM
  • When a subprocess is running the `kill' command will affect it instead of the windows process.
    サブプロセスの実行中には、`kill' コマンドはウィンドウのプロセスではなくサブプロセスに影響する。 - JM
  • idle [ timeout [ "cmd args" ]] Sets a command that is run after the specified number of seconds inactivity is reached.
    idle[ timeout[ "cmd args" ]]指定した秒数の間作業がない時に実行されるコマンドを設定する。 - JM
  • "shelltitle title" Set the title for all shells created during startup or by the C-A C-c command.
    "shelltitle title"起動時や C-A C-c コマンドによって生成された、すべてのシェルのタイトルを設定する。 - JM
  • When a string of two keys is specified to the zombie command, `dead' windows will remain in the list.
    2 つのキーからなる文字列を zombie コマンドに指定すると、「死んだ」ウィンドウもリスト中に残る。 - JM
  • The first parameter to the screen command defines which type of window is created.
    どのタイプのウィンドウが生成されるかは、screenコマンドに与える最初のパラメータによって決まる。 - JM
  • For tty windows, the info command shows some of the modem control lines in the status line.
    tty ウィンドウでは、infoコマンドによってモデムの制御線がいくつかステータス行に表示される。 - JM
  • Normally the name displayed is the actual command name of the program created in the window.
    通常この名前は、そのウィンドウで生成されるプログラムの実際のコマンド名になる。 - JM
  • Otherwise the current command name supersedes the shell name while it is running.
    それ以外の場合には、コマンドの実行中にはそのコマンド名がシェル名を上書きする。 - JM
  • Users can select which databases locate searches using an environment variable or command line option; see locate(1L).
    ユーザーは locate に検索させるデータベースを環境変数やコマンドラインから指定できる( locate (1L)を見よ)。 - JM
  • ESC ] P nrrggbb: set palette, with parameter given in 7 hexadecimal digits after the final P :-(.
    ESC ] OSC T{("Operating system command"のことだろう)ESC ] P nrrggbb: 最後の P のあとの 7 つの 16 進数をパラメータとして :-( パレットをセットする。 - JM
  • for each of its command-line arguments, and for each call displays the values in the fields of the returned tm structure.
    を呼び出し、それぞれについて返されたtm構造体のフィールド値を表示する。 - JM
<前へ 1 2 .... 131 132 133 134 135 136 137 138 139 .... 627 628 次へ>

例文データの著作権について