1153万例文収録!

「Unix」に関連した英語例文の一覧と使い方(6ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 738



例文

For example, on Unix, this may result in the compilation commands例文帳に追加

例えば、Unix では、上の設定は以下のようなコンパイルコマンドになるかもしれません: - Python

Unix and Windows use completely different paradigms for run-timeloading of code. 例文帳に追加

Unix と Windows では、コードの実行時読み込みに全く異なるパラダイムを用いています。 - Python

cross-platform: works on Windows and Unix (on Mac OS, there are currently problems with Tcl/Tk)例文帳に追加

クロス-プラットホーム: WindowsとUnixで動作します (Mac OSでは、現在Tcl/Tkに問題があります) - Python

Both Tk and Tkinter are available on most Unix platforms, as well as on Windows and Macintosh systems.例文帳に追加

Tk と Tkinter はほとんどの Unix プラットフォームの他、 Windows や Macintosh システム上でも利用できます。 - Python

例文

This module provides access to the Unix user account and password database.例文帳に追加

このモジュールはUnixのユーザアカウントとパスワードのデータベースへのアクセスを提供します。 - Python


例文

The socket is assumed to be in blocking mode.Availability: Unix. 例文帳に追加

この関数で使用するソケットは、ブロッキングモードと想定しています。 利用可能:Unix - Python

Set the current numeric umask and returns the previous umask.Availability: Unix, Windows. 例文帳に追加

現在の数値 umask を設定し、以前の umask 値を返します。 利用できる環境: Unix、Windows - Python

They are always the same under Windows and Mac OS, and very often the same under Unix.例文帳に追加

これらのディレクトリは、Windows と Mac OS では常に同じで、 Unixでもほぼ常に同じです。 - Python

Source processing works for: SunOS, Sun Solaris, Hewlett-Packard HP-UX,ATT System V, OSF/1 aka Digital UNIX, DEC Ultrix. 例文帳に追加

ソース処理は次の OS のもので動作する: SunOS, Sun Solaris,Hewlett-Packard HP-UX, AT&T System V, OSF/1 (別名 Digital UNIX), DEC Ultrix。 - XFree86

例文

This option currently has no effect; it is present for Unix 例文帳に追加

現在は何も効果を持たない。 - JM

例文

Advanced Programming in the UNIX Environment, Addison-Wesley, 1992, W. 例文帳に追加

作業環境整備 (五十音順) - FreeBSD

compatibility, and has been deprecated. 例文帳に追加

Unix との互換性のために存在している。 - JM

FAULT DETECTION SYSTEM FOR UNIX SERVER例文帳に追加

UNIXサーバの障害検知システム - 特許庁

Arbornet, Inc, also known as M-Net , has been providing open access to UNIX systems since 1983. 例文帳に追加

M-Net としても知られる Arbornet,Inc は 1983 年から Unix システムへのアクセスを提供しています。 - FreeBSD

Chapter 3 (UNIX Basics) has been expanded to contain additional information about processes, daemons, and signals. 例文帳に追加

Chapter 3 (UNIX の基礎知識) には、 プロセス、デーモン、シグナルに関する情報が追加されました。 - FreeBSD

UNIX Internals -- The New Frontiers . 例文帳に追加

徳田 英幸 / 中村 明 / 戸辺 義人 / 津田 悦幸 訳。 最前線UNIXのカーネル,ピアソンエデュケーション, 2000。 - FreeBSD

Samba is a software suite which implements the SMB (Server Message Block)protocol for UNIX systems such as Macs, Linux and FreeBSD. 例文帳に追加

Sambaとは、SMB(ServerMessageBlock)プロトコルをMac、Linux、FreeBSDのようなUNIXシステムで実装したソフトウェアスイートです。 - Gentoo Linux

Not seen in most common Unix implementations, but occurs in SunOS. Not supported by libc4 and libc5. 例文帳に追加

SVr4.多くの一般的な Unix には実装されていないが、SunOS には実装されている。 - JM

The program is available for Windows, Mac and several flavors of UNIX. 例文帳に追加

そのプログラムは, ウインドウズ, マック, そして Unix のいくつかの種類用のものが手にはいる - 研究社 英和コンピューター用語辞典

Support for IRDP on UNIX exists in the form of a daemon called either in.rdisc or rdisc. 例文帳に追加

UNIX上のIRDPに対するサポートは,in.rdiscまたはrdiscというデーモンの形で存在している. - コンピューター用語辞典

... simplifies user management, group management and systems administration in a UNIX environment. 例文帳に追加

...はUNIX環境におけるユーザ管理、グループ管理およびシステム管理を単純化する。 - コンピューター用語辞典

Note that the "unix" OS is defined as any of linux, freebsd, darwin, sunos, irix, hpux, or aix. 例文帳に追加

OS として "unix" を指定すると、linux、freebsd、darwin、sunos、irix、hpux あるいは aixのすべてが対象となります。 - PEAR

Currently "engines" based on Unix timestamps (the default) and PEAR::Date have been implemented. Example 40-1.例文帳に追加

現状では「エンジン」は Unix タイムスタンプ (デフォルト) と PEAR::Date に基づいて実装されています。 - PEAR

Defines the calendar by a Unix timestamp, replacing values passed to the constructor Parameter例文帳に追加

カレンダの値を Unix タイムスタンプで設定し、コンストラクタで渡された値を上書きします。 - PEAR

The package provides methods to monitor system process on Unix-like systems. 例文帳に追加

このパッケージは、Unix 系のシステム上でシステムプロセスを監視するメソッドを提供します。 - PEAR

The Unix "From" line, if the message had one, or an empty string.例文帳に追加

メッセージに Unix "From" 行がある場合はその行、そうでなければ空文字列になります。 - Python

Split a string up according to Unix shell-like rules for quotes and backslashes.例文帳に追加

文字列をUnixのシェルのようなルール(引用符やバックスラッシュの扱い)で分割します。 - Python

The two file objects may represent different filedescriptors.Availability: Macintosh, Unix. 例文帳に追加

2つのファイルオブジェクトが異なるファイルディスクリプタを示すこともあります。 利用可能:Macintosh、Unix - Python

module, in a style similar to the manual pages shown by the Unix man command. 例文帳に追加

モジュールのドキュメントを、Unix のmanコマンドのような形式で表示させることができます。 - Python

Return 0 in the child, the child'sprocess id in the parent.Availability: Unix. 例文帳に追加

子プロセスでは 0 が返り、親プロセスでは子プロセスの id が返ります。 利用できる環境: Unix - Python

Return the filename corresponding to the controlling terminal of the process.Availability: Unix.例文帳に追加

プロセスの制御端末に対応するファイル名を返します。 利用できる環境: Unix - Python

UNIX USER MANAGEMENT SYSTEM AND METHOD例文帳に追加

UNIXユーザ管理システムおよび方法 - 特許庁

Any unix filesystem will do (as opposed to theclient's cache, which can only be ext2/3). Tip: the server checks for each/vicepx mount point whether a filesystem is mounted there. 例文帳に追加

コード表示4.16 - Gentoo Linux

This scheme's name is derived from the idea of a ``home'' directory on Unix, since it's not unusual for a Unix user to make their home directory have a layout similar to /usr/ or /usr/local/.例文帳に追加

このスキームの名前は Unixの「ホーム」ディレクトリの概念からとりました。 というのも、 Unixのユーザにとって、自分のホームディレクトリを/usr/ や /usr/local/ のようにレイアウトするのはよくあることだからです。 - Python

In common with most UNIX commands, kill(1) will not print any output if it is successful. 例文帳に追加

大部分の Unix コマンドと同じく、 成功したら kill(1) は何の出力も表示しません。 - FreeBSD

Working as root on a Unix/Linux system is dangerous and should be avoided as much as possible.例文帳に追加

Unix/Linux システム上で、rootユーザで作業するのは危険であり、できるだけ避けるべきです。 - Gentoo Linux

Most Unix implementations impose some limit on the total size of the command-line argument ( argv ) 例文帳に追加

ほとんどの Unix の実装は、新しいプログラムに渡すことができるコマンドライン引き数( argv ) - JM

is not specified in POSIX.1-2001, and it is not available on all Unix implementations. 例文帳に追加

は POSIX.1-2001 に記述されておらず、全ての Unix 実装で利用可能であるわけではない。 - JM

Standards that the Open Group maintains include the standard UNIX program interfaces and SQL. 例文帳に追加

オープン・グループが維持している標準には, 標準UNIXプログラム・インタフェースとSQLが含まれる. - コンピューター用語辞典

On Linux/UNIX based systems, this includes /etc/resolv.conf as well as various environment variables. 例文帳に追加

Linux/UNIX 系のシステムでは、これらの設定は /etc/resolv.confや環境変数の値から取得されます。 - PEAR

RaisesValueError on non-Unix-ish systems if pathname either starts or ends with a slash. 例文帳に追加

もし pathname の最初または最後が スラッシュの場合、Unix的でないシステムではValueErrorが起きます。 - Python

This module provides support for Unix shell-style wildcards, which are not the same as regular expressions (which are documented in the例文帳に追加

このモジュールは Unix のシェル形式のワイルドカードへの対応を提供しますが、( - Python

The user is prompted using the string prompt, which defaults to 'Password: '.Availability: Macintosh, Unix, Windows.例文帳に追加

ユーザーはpromptの文字列をプロンプトに使えます、デフォルトは'Password:'です。 利用できるシステム: Machintosh, Unix, Windows - Python

The keys are short identifiers;examples that are in use include "IRIX", "Mac","Windows", and "Unix". 例文帳に追加

キーは短い識別子にします; 実際に使われている例には"IRIX"、"Mac"、"Windows"、"Unix" があります。 - Python

Where it is used, the current umask value is first masked out.Availability: Macintosh, Unix, Windows.例文帳に追加

利用の際には、現在の umask 値が前もってマスクされます。 利用できる環境:Macintosh、 Unix、Windows。 - Python

times(2) or the corresponding Windows Platform APIdocumentation.Availability: Unix, Windows. 例文帳に追加

times(2) または対応する Windows プラットフォーム API ドキュメントを参照してください。 利用できる環境: Unix、Windows。 - Python

KDE is a desktop environment for Unix computers; the graphical components are based on Qt.例文帳に追加

KDEはUnixコンピュータ用のデスクトップ環境です。 グラフィカル・コンポーネントはQtに基づいています。 - Python

Changed in version 2.3:On Windows NT/2k/XP and Unix, if path is a Unicode object, the result will be a list of Unicode objects..例文帳に追加

バージョン 2.3 で 変更 された仕様:Windows NT/2k/XP と Unix では、path が Unicode オブジェクトの場合、Unicode オブジェクトのリストが返されます。 利用できる環境: Macintosh、 Unix、Windows。 - Python

10.6. Why am I having trouble setting up my printer? 例文帳に追加

UNIX プロセスは、特定のユーザ ID が所有します。 - FreeBSD

例文

To provide a universal server of UNIX system which performs command limitation, and a command guard method therefor.例文帳に追加

コマンドの制限を行うUNIX系の汎用サーバおよびそのコマンドガード方法を提供。 - 特許庁




  
コンピューター用語辞典
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  
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 - 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
  
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-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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS