Unixを含む例文一覧と使い方
該当件数 : 738件
This operation is typical available only to the superuser.Availability: Unix.New in version 2.2.例文帳に追加
この操作は通常、スーパユーザしか利用できません。 Availability: Unix.バージョン 2.2 で 新たに追加 された仕様です。 - Python
A disk control apparatus 80 is connected to a CPU 10 controlled by a UNIX operating system 40 with a SCSI interface 61 and to a CPU 11 controlled by a VOS3 operating system with a channel interface 71.例文帳に追加
ディスク制御装置80は、SCSIインタフェース61でUNIXオペレーティングシステム40が制御するCPU10と接続し、チャネルインタフェース71で、VOS3オペレーティングシステム50が制御するCPU11と接続する。 - 特許庁
The rest of the book explores the concepts introduced in this chapter in incredible detail and is an excellent reference for anyone with an interest in BSD UNIX. 例文帳に追加
この章で紹介されている各概念については 本の残りの部分に非常に詳細に書かれており、 BSD UNIXに興味を持つ読者にとって優れた参考文献の一つとなっています。 - FreeBSD
OPIE secret passwords are not limited to 8 characters like old UNIX passwords [8] , they can be as long as you like. 例文帳に追加
両者を同一に設定することは可能ですが、お奨めしません。 Unix パスワードは長さが 8文字に制限されています (訳注: FreeBSD で DESを導入していない場合はもっと長いパスワードも認識されます)。 - FreeBSD
It works by creating a unix-socket, and registering the appropriate environment variables so that all subsequent applications can take advantage of it'sservices by connecting to that socket.例文帳に追加
それは、unixソケットを生成し、すべてのその後のアプリケーションが、そのソケットに接続することによって、それのサービスを利用できるように、適当な環境変数を登録することによって動作します。 - Gentoo Linux
If you either don't know or aren't comfortable using vi, then you owe it to yourself to take this tutorial and get up to speed with one of the most popular and powerful Linux/UNIX visual editing programs.例文帳に追加
あなたがviをまったく知らないか、快適に使えていないのならば、このチュートリアルを使って最も人気で強力なLinux/UNIXビジュアルエディタのプログラムを素早く修得しなければなりません。 - Gentoo Linux
This control information may include the interface the packet was received on, various rarely used header fields, an extended error description, a set of file descriptors or Unix credentials. 例文帳に追加
この制御情報は、到着したパケットへのインターフェイス、様々なあまり使われないヘッダーフィールド、エラー記述の拡張、ファイルデスクリプタの集合や、Unixにおける信頼情報 (credential) を含んでいる。 - JM
Unix semantics can be obtained by disabling client side attribute caching, but in most situations this will substantially increase server load and decrease performance. 例文帳に追加
Unix の方式では、クライアント側の属性のキャッシングを無効にすることで、これを得ることができる。 しかしほとんどの状況ではこれは続くサーバーの負荷を増加させ、パフォーマンスの低下をもたらす。 - JM
The Time Server Protocol gives the time in seconds since 00:00:00 UTC, 1 Jan 1900, and this function subtracts the appropriate constant in order to convert the result to seconds since 00:00:00 UTC, 1 Jan 1970, the Unix Epoch. 例文帳に追加
タイムサーバプロトコルは 00:00:00 UTC, 1 Jan 1900 から秒数を提供するので、この関数は適切な定数値を引くことにより、提供された値を 00:00:00 UTC, 1 Jan 1970 (Unix における紀元)から秒数に変換する。 - JM
Because the range of available real-time signals varies according to the glibc threading implementation (and this variation can occur at run time according to the available kernel and glibc), and indeed the range of real-time signals varies across Unix systems, programs should "never refer to real-time signals using hard-coded numbers" , 例文帳に追加
利用可能なリアルタイムシグナルの範囲は glibc のスレッド実装により異なるし (使用するカーネルと glibc により実行時にも変化する)、Unix システムの種類によっても異なる。 - JM
For example, to set the -Xmx(maximum heap size) for the JVM in which the IDE runs, either add the line -J-Xmx64m to your netbeans.conffile or launch the IDE from the command line by typing the following on UNIX systems:例文帳に追加
たとえば、IDE が動作する JVM に対する -Xmx (最大ヒープサイズ) を設定するには、netbeans.conf ファイルに -J-Xmx64m 行を追加するか、UNIX システムの場合は、コマンド行から次のように入力して IDE を起動します。 - NetBeans
Z-IMAGE is an interactive image analysis package designed for researchers working in a Unix environment who have some understanding of the mathematics of image analysis and processing. 例文帳に追加
Z-IMAGEは会話型画像解析パッケージであって, 画像解析および画像処理の数学の知識をある程度有するUnix環境で仕事をする研究者のために設計されたものである. - コンピューター用語辞典
This package allows you to mount and unmount disks and partitions listed in your file systems table (/etc/fstab), which is found on Unix/Linux based systems. 例文帳に追加
このパッケージは、ディスクやパーティションをマウントしたりアンマウントしたりするためのものです。 対象となるディスクやパーティションは、Unix/Linux ベースのシステム上にあるファイルシステムテーブル(/etc/fstab) にあげられているものです。 - PEAR
Luckily, this is very simple on Unix: just place your file (spammodule.c for example) in the Modules/ directory of an unpacked source distribution, add a line to the file Modules/Setup.localdescribing your file:例文帳に追加
Unixでは、幸運なことにこの作業はとても単純です: 単に自作のモジュールファイル (例えばspammodule.c ) を展開したソース配布物の Modules/ ディレクトリに置き、 Modules/Setup.local に自分のファイルを説明する以下の一行: - Python
(Be sure to use appropriate extensions to distinguish C++ source files: .cc and .cpp seem to be recognized by both Unix and Windows compilers.)However, you can also include SWIG interface (.i) files in the list; the build_ext command knows how to deal with SWIGextensions: it will run SWIG on the interface file and compile the resulting C/C++ file into your extension.例文帳に追加
(C++ソースコードファイルを区別できるよう、正しいファイル拡張子を使ってください: .cc や.cpp にすれば、 Unix と Windows 用の双方のコンパイラで認識されるようです。 - Python
Cross-platform compatibility note: because of the nature of text editors on non-UNIX platforms, it is unwise to use a mixture of spaces and tabs for the indentation in a single source file.例文帳に追加
プラットフォーム間の互換性に関する注意: 非 UNIX プラットフォームにおけるテキストエディタの性質上、一つのソースファイル内でタブとインデントを混在させて使うのは賢明ではありません。 - Python
On Unix,this is formed from the ``official'' name of the operating system,converted to lower case, followed by the major revision number;e.g., for Solaris 2.x, which is also known as SunOS 5.x, the value is 'sunos5'.例文帳に追加
Unixでは、オペレーティングシステムの ``公式の'' 名前を小文字に変換し、後ろにメジャーリビジョン番号を付けた構成になっています;例えば Solaris 2.x は、SunOS 5.x, としても知られていますが、'sunos5' になります。 - Python
For Unix, this will be a file generated by the configure script; the meaning for other platforms will vary.例文帳に追加
Unixの場合、このファイルは configure スクリプトによって生成されます; 他のプラットフォームでは、この関数の返す値の意味は様々です。 有意なファイル名を返す場合、ファイルはプラットフォーム固有のテキストファイル形式です。 - Python
Empty sequences are allowed, but acceptance of three empty sequences is platform-dependent.(It is known to work on Unix but not on Windows.)例文帳に追加
いずれかに空のシーケンスを指定してもかまいませんが、3 つ全てを空のシーケンスにしてもよいかどうかはプラットフォームに依存します (Unix では動作し、Windows では動作しないことが知られています)。 - Python
On Unix, you'd run this command from a shell prompt; on Windows, you have to open a command prompt window (``DOS box'') and do it there; on Mac OS, things are a tad more complicated (see below).例文帳に追加
で行います。 Unixでは、このコマンドをシェルプロンプトで行います; Windows では、コマンドプロンプトウィンドウ (``DOS ボックス'') を開いて、そこで行います; Mac OS の場合、作業はもう少しだけ複雑です (下記参照) - Python
This is an error-prone process, especially on Unix(which usually has a lot more esoteric hardware installed than MS-DOS systemdo), so SuperProbe may likely need help from the user. 例文帳に追加
) これは特に Unix システム (通常 MS-DOS システムに比較してより多くの隠されたハードウェアを持つ) の場合、間違いを生じやすい処理であり、このため SuperProbe の使用には注意が必要である。 - XFree86
The X server supports client connections via a platform-dependentsubset of the following transport types: TCP/IP, Unix Domain sockets, DECnet,and several varieties of SVR4 local connections. 例文帳に追加
ネットワーク接続X サーバは以下のトランスポートタイプのサブセット(サポートされるものはプラットフォームに依存して決まる)を使ったクライアント接続をサポートしている: TCP\\/IP, Unix ドメインソケット、DECnet, SVR4 ローカル接続の派生物。 - XFree86
To provide a tool for automatically generating a printer driver allowing a user of a Post script-oriented operating system such as UNIX (R) and Linux (R) to perform printing by a non-Post script-enabled printer.例文帳に追加
UNIX(登録商標)やLinux等のポストスクリプト指向のオペレーティングシステムのユーザが非ポストスクリプト印刷装置で印刷できるプリンタドライバを自動的に生成するツールが必要である。 - 特許庁
FreeBSD provides binary compatibility with several other UNIX like operating systems, including Linux. 例文帳に追加
この章では FreeBSD における Linux バイナリとの互換機能について、インストール方法やその仕組みを解説します。 - FreeBSD
Note that a remote device will only answer the inquiry if it put into discoverable mode. % 例文帳に追加
彼らの目的とその意味合いは UNIXのファイルシステムで使われている一般的なグループと比較できます。 - FreeBSD
Leffler, Samuel J., Marshall Kirk McKusick, Michael J Karels and John Quarterman The Design and Implementation of the 4.3BSD UNIX Operating System . Reading, Mass. 例文帳に追加
Leffler, Samuel J., Marshall Kirk McKusick, Michael J Karels and John Quarterman The Design and Implementation of the 4.3BSD UNIXOperating System. Reading, Mass. : Addison-Wesley, 1989. ISBN 0-201-06196-1(訳注: 邦訳は以下のものが出版されています。 - FreeBSD
A data compression part 1 compresses UNIX (R) data stored into a database 5.例文帳に追加
データ圧縮部1は、データベース5に格納されたUNIX(登録商標)のデータを圧縮する。 - 特許庁
That name can be retrieved from the name member of the file object.例文帳に追加
(Unixでは、ディレクトリ エントリはunlinkされません)ファイル名はファイルオブジェクトの name メンバから取得することができます。 - Python
Communication mechanisms provided by traditional UNIX systems include simplex reliable byte streams between related processes (see pipes, Section 11.1), and notification of exceptional events (see signals, Section 4.7). 例文帳に追加
UNIX で古くから提供されている通信機構には、関連するプロセス間における単純で信頼性の高いバイトストリーム (11.1節パイプを参照)および、 例外イベントの通知 (4.7 節シグナルを参照)があります。 - FreeBSD
In particular, -R enables the Rock Ridge extensions common to UNIX systems, -J enables Joliet extensions used by Microsoft systems, and -hfs can be used to create HFS file systems used by MacOS. 例文帳に追加
特に -R オプションは UNIXシステムで標準的な Rock Ridge 拡張を有効にします。 -Jオプションは Microsoft のシステムで標準的な Joliet 拡張を有効にし、 -hfs オプションは MacOSで使用されている HFS ファイルシステムを作成するために使われます。 - FreeBSD
Since kernel 2.6.4, BSD-style pseudo-terminals are considered deprecated (they can be disabled when configuring the kernel); Unix 98 pseudo-terminals should be used in new applications. 例文帳に追加
カーネル 2.6.4 以降では、BSD 風の擬似端末は廃止予定とみなされている(カーネルのコンフィギュレーションで BSD 風の擬似端末を無効にすることができる)。 新しいアプリケーションでは、Unix 98 擬似端末を使用すべきである。 - JM
for a connection-oriented socket that preserves message boundaries and delivers messages in the order that they were sent. Unix sockets support passing file descriptors or process credentials to other processes using ancillary data. 例文帳に追加
(Linux 2.6.4 以降で利用できる)メッセージ境界を保存し、送信された順序でメッセージを届ける接続指向ソケットUnix ソケットでは、補助データを使ってファイルディスクリプタやプロセスの信任状 (credential) を送受信することもできる。 - JM
To solve the problem that only sendmail which is the command of unix requiring expert knowledge is utilized in order to share information trans mitted by an electronic mail form in a web site and it can not be realized by the other operating system.例文帳に追加
電子メール形式で送信されてくる情報をWebサイトで共有するには、専門的な知識を必要とするunixのコマンドであるsendmailを利用するしかなく、他のオペレーティングシステムでは実現できない。 - 特許庁
would, when run on a Unix system, createDistutils-1.0.plat.zip--again, this archive would be unpacked from the root directory to install the Distutils.The available formats for built distributions are:例文帳に追加
とすると、Unix システムでは、Distutils-1.0.plat.zip を作成します--先にも述べたように、Distutils をインストールするには、このアーカイブ形式をルートディレクトリ下で展開します。 ビルド済み配布物として利用できる形式を以下に示します: - Python
Possible uses includeallowing Python scripts to accept typed passwords from the user, orattempting to crack Unix passwords with a dictionary.Notice that the behavior of this module depends on the actual implementation of the 例文帳に追加
このモジュールは、Python スクリプトがユーザから入力されたパスワードを受理できるようにしたり、Unixパスワードに (脆弱性検査のための) 辞書攻撃を試みるのに使えます。 このモジュールは実行環境の - Python
It is available on all Unix versions.Password database entries are reported as a tuple-like object, whose attributes correspond to the members of the passwd structure(Attribute field below, see pwd.h):例文帳に追加
全てのUnix系OSで利用できます。 パスワードデータベースの各エントリはタプルのようなオブジェクトで提供され、それぞれの属性はpasswd構造体のメンバに対応しています(下の属性欄については、pwd.hを見てください)。 - Python
It is only available for those Unix versions that support POSIX termios style tty I/O control (and then only if configured at installation time).All functions in this module take a file descriptor fd as their first argument.例文帳に追加
POSIX termios 形式の端末制御をサポートする Unix のバージョンで (かつインストール時に指定した場合に) のみ利用可能です。 このモジュールの関数は全て、ファイル記述子 fd を最初の引数としてとります。 - Python
This UNIX machine 10 is connected through an Ethernet to the manager machine 12.例文帳に追加
UNIXマシン10と管理者マシン12とは、Ethernetで接続されることにより構成する。 - 特許庁
A client-server type network system comprises an integrated audit trail server machine 1; a plurality of UNIX servers 3, 4 connected to the integrated audit trail server machine 1; a client terminal 5 connected to the UNIX server 3; and client terminals 6, 7 connected to the UNIX server 4.例文帳に追加
クライアント−サーバ方式のネットワークシステムであり、統合監査証跡サーバマシン1と、統合監査証跡サーバマシン1に接続された複数のUNIXサーバ3、4と、UNIXサーバ3に接続されたクライアント端末5と、UNIXサーバ4に接続されたクライアント端末6、7とを含んで構成されている。 - 特許庁
Another possibility is to use the spawn option in these cases. 例文帳に追加
どちらの場合においても、そのマシンのコンソー ルからはいつでも Unixパスワードを使ってログインすることが可能 です。 - FreeBSD
List the dynamic rules in addition to the static rules: 例文帳に追加
現在では事実上の業界標準になっており、 主要な Unix は (Solaris、 HP-UX、 AIX、 Linux、NetBSD、 OpenBSD、 FreeBSD、 等々) すべてこれをサポートしています。 - FreeBSD
OnUnix, the default behavior is to produce a core dump; on Windows, the process immediately returns an exit code of 3.例文帳に追加
Unixでは、標準設定の動作はコアダンプの生成です; Windows では、プロセスは即座に終了コード 3 を返します。 - Python
To provide a UNIX user management system and method by means of a WEB by which the user management of a UNIX to be operated by a command or a personal interface is provided by the WEB, to reduce the burden of a manager.例文帳に追加
コマンドまたは独自のインターフェースがおこなうUNIXのユーザ管理を、WEBで提供し管理者の負担を低減するWEBによるUNIXユーザ管理システムおよび方法を提供する。 - 特許庁
It is possible to keep within these limits, but it is inconvenient or even dangerous, because other UNIX systems accept strings longer than the limit when creating files, but then truncate to the limit. 例文帳に追加
このような制限を守るのは不可能ではありませんが、 危険な場合もあります。 他の UNIXシステムでは、より長いファイル名を受け付けるものの実際にファイルを作成する時点でファイル名を 切り詰めるものがあるからです。 - FreeBSD
Although many remote-filesystem protocols have been developed over the years, the most pervasive one in use among UNIX systems is the Network Filesystem (NFS), whose protocol and most widely used implementation were done by Sun Microsystems. 例文帳に追加
長期にわたって数多くのリモートファイルシステムプロトコルが開発されてきましたが、 UNIXシステムにおいて最も普及しているものは、 そのプロトコルと実装の大部分が Sun Microsystemsによって行なわれた ネットワークファイルシステム (NFS) です。 - FreeBSD
The old behavior of creating a file with mode 0666 may be a security risk, especially since other Unix flavors use 0600, and somebody might overlook this detail when porting programs. 例文帳に追加
許可モード 0666 でファイルを作成するという古い動作は、セキュリティ上のリスクになる場合がある。 特に他の Unix では許可モードとして 0600 を使うため、プログラムを移植する際、この細かな違いを見落とす可能性があるからだ。 - JM
The control process will return diagnostic output from the command (unit 2) on this channel, and will also accept bytes on this channel as being Unix signal numbers, to be forwarded to the process group of the command. 例文帳に追加
制御プロセスはリモートコマンドからの標準エラー出力 (unit 2) をこのチャンネルに返す。 また制御プロセスはこの接続から受け取ったバイトデータをUnix シグナルの番号として扱い、リモートコマンドのプロセスグループへとシグナルを送る。 - JM
Windows has no concept of a user's home directory, and since the standard Python installation under Windows is simpler than under Unix, the --prefix option has traditionally been used to install additional packages in separate locations on Windows.例文帳に追加
Windows はユーザのホームディレクトリという概念がなく、Windows 環境下で標準的にインストールされた Python は Unixよりも単純な構成をしているので、 Windows で追加のパッケージを別の場所に入れる場合には、伝統的に --prefix が使われてきました。 - Python
An FSSpec can point to a non-existing file, as long as the folder containing the file exists.Under MacPython the same is true for a pathname, but not under unix-Pytonbecause of the way pathnames and FSRefs works.例文帳に追加
FSSpec は、実在しないファイルでも、実在するフォルダの下に配置されていることになっている限り表現できます。 MacPython ではパス名も同じように扱えますが、 unix ベースの Python ではパス名とFSRefsの挙動が異なるため扱えません。 - Python
When a signal arrives during an I/O operation, it is possible that the I/O operation raises an exception after the signal handler returns.This is dependent on the underlying Unix system's semantics regardinginterrupted system calls.例文帳に追加
シグナルが I/O 操作中に到着すると、シグナルハンドラが処理を返した後に I/O 操作が例外を送出する可能性があります。 これは背後にある Unix システムが割り込みシステムコールにどういう意味付けをしているかに依存します。 - Python
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.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. |
| 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 © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
| Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
