bashを含む例文一覧と使い方
該当件数 : 145件
Code Listing1.2: Create chroot-environment for bash 例文帳に追加
コード表示1.2: bash用のchroot環境の作成 # mkdir /chroot/bash - Gentoo Linux
In all cases, bash ignores SIGQUIT . 例文帳に追加
どんな場合でも、bash はSIGQUITを無視します。 - JM
Add /compat/linux/bin/bash to /etc/shells and set the shell for the oracle account to /compat/linux/bin/bash. 10.6.3.3 Environment 例文帳に追加
10.3.1. Linux バイナリへのマーク付け(branding) - FreeBSD
Now lets create the environment for bash. 例文帳に追加
ではbash用の環境を作成しましょう。 - Gentoo Linux
After copying try it out: chroot /chroot/bash /bin/bash.If you get an prompt saying / it works! 例文帳に追加
コピーが完了したら、chroot /chroot/bash /bin/bashを行います。 プロンプトが/となったら、動作しています。 - Gentoo Linux
If the operating system on which bash is running supports job control, bash contains facilities to use it. 例文帳に追加
bashを動かしているオペレーティングシステムがジョブ制御をサポートしているならば、ユーザはbashを使ってジョブ制御を行えます。 - JM
Oh, man. bloody hell! bash!例文帳に追加
ああ 畜生ブラッディが バッシュ! - 映画・海外ドラマ英語字幕翻訳辞書
Gentoo's init script syntax is based on the Bourne Again Shell (bash) so you are free to use bash-compatible constructs inside your init script.例文帳に追加
Gentooのinitスクリプトの構文は、Bourne Again シェル(bash)準拠です。 よって、initスクリプトでは、bash構文のスクリプトを自由に使用することができます。 - Gentoo Linux
If job control is in effect, bash ignores SIGTTIN , SIGTTOU , and SIGTSTP . 例文帳に追加
ジョブ制御が有効な状態ならば、bashはSIGTTIN ,SIGTTOU ,SIGTSTPを無視します。 - JM
The following command will create a list of libraries used by bash. 例文帳に追加
以下のコマンドは、bashが使用するライブラリの一覧を作成します。 - Gentoo Linux
Currently, bash provides full Unicode support through the GNU readline library.例文帳に追加
現在のところ、bashはGUNreadlineライブラリを使用して、Unicodeをサポートしています。 - Gentoo Linux
Bash removes braces from words as a consequence of brace expansion. 例文帳に追加
bashはブレース展開の結果として単語からブレースを取り除きます。 - JM
For example, if you wanted to change your shell to bash, the following should do the trick:% 例文帳に追加
たとえば、シェルを bash に変えたいなら、次のようにしてください。 % - FreeBSD
Bash also incorporates useful features from the Korn and C shells (ksh and csh). 例文帳に追加
bashには、Korn シェルや C シェル (ksh や csh)の便利な機能も採り入れられています。 - JM
(Debian uses a modified bash which does not do this when invoked as sh .) 例文帳に追加
なぜなら、bash バージョン 2 はスタートアップ時に特権を落とすからである。 - JM
The downside of all this is that Gentoo uses bash variables for networking -and bash cannot use anything outside of English alpha-numerics. 例文帳に追加
このことに関して何より弱点なのは、Gentooはネットワーク接続に関してbash変数を使うことです。 - Gentoo Linux
Bash also interprets a number of multi-character options. 例文帳に追加
bashが解釈するオプションには複数の文字からなるものもたくさんあります。 - JM
Bash uses the job abstraction as the basis for job control. 例文帳に追加
bashは、ジョブ制御の基礎としてジョブという抽象化機構を使います。 - JM
will not, in fact, work properly from programs with set-user-ID or set-group-ID privileges on systems on which /bin/sh is bash version 2, since bash 2 drops privileges on startup. 例文帳に追加
は/bin/shが bash バージョン 2 であるシステムでは、set-user-ID や set-group-ID の特権を持つプログラムからは正しく動作しない。 - JM
Many other shells are available from the FreeBSD Ports Collection, such as zsh and bash. 例文帳に追加
また、これ以外にも zsh や bashなどたくさんのシェルが FreeBSD Ports Collection から利用可能です。 - FreeBSD
Bash reads and executes commands from this file, then exits. 例文帳に追加
bashはこのファイルからコマンドの読み込みと実行を行い、そして終了します。 - JM
The following paragraphs describe how bash executes its startup files. 例文帳に追加
以下の段落では、bashがどのように起動ファイルを実行するかを説明します。 - JM
Code Listing3.4: Chrooting back # chroot /mnt/gentoo /bin/bash# env-update source /etc/profile# cd /usr/portage 例文帳に追加
コード表示3.4:再びchrootする - Gentoo Linux
Bash attempts to determine when it is being run by the remote shell daemon, usually rshd. 例文帳に追加
bashは、自分を起動したのがリモートシェルデーモン (通常は rshd)かどうかを調べます。 - JM
If a prefix matches more than one job, bash reports an error. 例文帳に追加
先頭の部分がマッチするジョブが複数個ある場合には、bashはエラーを報告します。 - JM
If the substring matches more than one job, bash reports an error. 例文帳に追加
部分文字列がマッチするジョブが複数個ある場合には、bashはエラーを報告します。 - JM
The first section provides information about the machine, operating system, the bash version, and the compilation environment. 例文帳に追加
最初の節には、マシン、オペレーティングシステム、bash のバージョン、コンパイル環境が書かれます。 - JM
This book is one of the Seven Canonical Collections of Haikai by the Bash School. 例文帳に追加
俳諧七部集の内の一つ。 - Wikipedia日英京都関連文書対訳コーパス
The default bash completions are not attempted, and the readline default of filename completion is disabled. 例文帳に追加
デフォルトの bash 補完は試みられず、readline のデフォルトのファイル名補完は無効になります。 - JM
These are lines appended to the history file since the beginning of the current bash session. 例文帳に追加
これらは、bash の現在のセッションの開始以降に履歴ファイルに追加された行です。 - JM
If you have come from Linux or are new to a UNIX command line interface you might try bash. 例文帳に追加
Linux から来た人や Unixのコマンドラインインタフェイスになじみがなければ、 bashを試すのも良いでしょう。 - FreeBSD
For example, if you installed bash by hand and placed it into /usr/local/bin, you would want to: 例文帳に追加
たとえば、bash を手動で /usr/local/bin にインストールした場合以下のようにする必要があります。 - FreeBSD
When invoked as sh , bash enters posix mode after the startup files are read. 例文帳に追加
shとして起動された場合、bashは起動ファイルの読み込みを行った後にPOSIXモードに入ります。 - JM
dotglob If set, bash includes filenames beginning with a `. ' in the results of pathname expansion.例文帳に追加
dotglob設定されている場合、bashは `.' で始まるファイル名をパス名展開の結果に含めます。 - JM
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
Tatoebaのコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution (CC-BY) 2.0 France |
| 本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。 |
| 日本語ワードネット1.1版 (C) 情報通信研究機構, 2009-2026 License. All rights reserved. WordNet 3.0 Copyright 2006 by Princeton University. All rights reserved.License |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
Creative Commons Attribution (CC-BY) 2.0 France