1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 144



例文

Default is /tmp /usr/tmp /var/tmp /afs. 例文帳に追加

デフォルトは /tmp /usr/tmp /var/tmp /afs。 - JM

/tmp . 例文帳に追加

/tmp ) を使用します。 - JM

On all other platforms, the directories/tmp, /var/tmp, and /usr/tmp, in that order. 例文帳に追加

その他の全てのプラットフォームでは、/tmp、/var/tmp、および /usr/tmp の順。 - Python

TList (class in Tix) TMP (environment variable),[Link] 例文帳に追加

TMP (環境変数) - Python

例文

What's in /var/tmp/portage? 例文帳に追加

/var/tmp/portageの中身は何ですか? - Gentoo Linux


例文

This also holds for /var/tmp.例文帳に追加

これは/var/tmpも同様です。 - Gentoo Linux

This is also true for /var/tmp. 例文帳に追加

これは/var/tmpも同様です。 - Gentoo Linux

It uses /tmp by default. 例文帳に追加

デフォルトでは /tmp が使われる。 - XFree86

/var/tmp Like /tmp , 例文帳に追加

/var/spool/uucpuucp (1) のスプールファイルの置き場所。 - JM

例文

/usr/tmp Obsolete. 例文帳に追加

/usr/tmp今では用いられなくなった。 - JM

例文

Don't attempt to mount/var/tmp like this. 例文帳に追加

/var/tmpをこの様にマウントしないでください。 - Gentoo Linux

This should be a link to /var/tmp . 例文帳に追加

このディレクトリは/var/tmpへのリンクにすべきである。 - JM

h>, and if that fails the directory /tmp. 例文帳に追加

これが失敗した場合は、ディレクトリ /tmp を使う。 - JM

Code Listing5.7: Editing /etc/fstab to make /tmp even more volatile none /tmp tmpfs size=32m 0 0 例文帳に追加

コード表示5.7:/tmpがより揮発性が高くなるように/etc/fstabを編集 - Gentoo Linux

would install pure modules to /tmp/python/lib in the first case, and to /tmp/lib in the second case.例文帳に追加

とすると、最初の書き方では pure モジュールが/tmp/python/lib に入り、二番目の書き方では /tmp/lib に入ります。 - Python

And the /tmp directory has the sticky bit set. 例文帳に追加

そして、 /tmpディレクトリはスティッキービットが立っています。 - FreeBSD

The directory named by the TMP environment variable. 例文帳に追加

環境変数 TMP で与えられているディレクトリ名。 - Python

At which point you can verify that /mnt and /tmp/myboot are identical. 例文帳に追加

/mnt と /tmp/mybootが同一かどうか確認してください。 - FreeBSD

However, setting /tmp to noexec will stop the majority of exploits designed to be executed directly from /tmp.例文帳に追加

しかしながら、/tmpに noexec を設定することで、/tmpから直接実行するように設計されている多くのexploitsを防ぐでしょう。 - Gentoo Linux

/var/tmp/root is a reasonable choice, and there are a number of subdirectories required under this as well. 例文帳に追加

仮ディレクトリは /var/tmp/root に置くのが良いでしょう。 - FreeBSD

During compilation, Gentoo saves the sources of the package in /var/tmp/portage. 例文帳に追加

コンパイル中、Gentooはパッケージのソースファイルを/var/tmp/portageに保存します。 - Gentoo Linux

prefix - The string that will be prepended to the temp name (defaults to tmp) 例文帳に追加

prefix - 一時ファイル名の先頭に付加する文字列(デフォルトは tmp)。 - PEAR

Assuming that --report takes one argument, "/tmp/report.txt" is an option argument.例文帳に追加

--report オプションが引数をとるとすれば、"/tmp/report.txt" はオプションの引数です。 - Python

(Make sure you have mounted your root partition as described in the handbook first)# mkdir /mnt/gentoo/usr# mount /dev/vg/usr /mnt/gentoo/usr# mkdir /mnt/gentoo/home# mount /dev/vg/home /mnt/gentoo/home# mkdir /mnt/gentoo/opt# mount /dev/vg/opt /mnt/gentoo/opt# mkdir /mnt/gentoo/var# mount /dev/vg/var /mnt/gentoo/var# mkdir /mnt/gentoo/tmp# mount /dev/vg/tmp /mnt/gentoo/tmp 例文帳に追加

(最初にハンドブックで記述されているとおりにルートパーティションを確実にマウントしてください) #mount/dev/vg/tmp/mnt/gentoo/tmp - Gentoo Linux

Do not remove the /var/tmp/root-19980214 directory when you have finished. 例文帳に追加

その作業が終了しても、 /var/tmp/root-19980214 を削除してはいけません。 - FreeBSD

Is it safe to delete the files and directories in /var/tmp/portage? 例文帳に追加

/var/tmp/portageの中のファイルとディレクトリを削除しても問題ないですか? - Gentoo Linux

Note: If you want your /tmp to reside on a separate partition, be sure to change its permissions after mounting: chmod 1777 /mnt/gentoo/tmp.例文帳に追加

注意: もし/tmpを別のパーティションとして置きたいのであれば、マウント後にパーミッションを変更するのを忘れないでください。 : chmod 1777 /mnt/gentoo/tmp - Gentoo Linux

as the directory for temporary files instead of `/tmp'. 例文帳に追加

は一時ファイルの置き場所として、デフォルトの /tmp の代わりにそのディレ - JM

Note: If you want your /tmp to reside on a separate partition, be sure tochange its permissions after mounting: chmod 1777 /mnt/gentoo/tmp. 例文帳に追加

注意: もし/tmpを別のパーティションとして置きたいのであれば、マウント後にchmod 1777 /mnt/gentoo/tmpを実行してパーミッションを変更するのを忘れないでください。 - Gentoo Linux

If you do this, do not save the output in /tmp. 例文帳に追加

出力を保存する場合、/tmp ディレクトリの中に 保存してはいけません。 - FreeBSD

^M delimited lines We need to convert them to UNIX style ^J delimited lines %cd /tmp 例文帳に追加

これを行を ^J で区切る UNIX スタイルに変換する必要があります。 %cd /tmp - FreeBSD

On SVr4, the directory used under d) is /tmp (and this is what glibc does). 例文帳に追加

SVr4 では d) で使用されるディレクトリを/tmpと定めている (glibc もこの通りである)。 - JM

Any file updates will instead land in /var/tmp/dest/usr/src. 例文帳に追加

かわりに /var/tmp/dest/usr/srcに更新されたすべてのファイルが置かれるようになります。 - FreeBSD

Files Imakefile.ctemporary input file for cpp /tmp/Imf.XXXXXXtemporary Makefile for -s /tmp/IIf.XXXXXXtemporary Imakefile if specified Imakefile uses # comments/lib/cppdefault C preprocessor例文帳に追加

ファイルImakefile.c cpp の入力に使う一時ファイル/tmp/Imf.XXXXXX -s のための一時的な Makefile/tmp/IIf.XXXXXX 指定した Imakefile が # 形式のコメントを使っている場合の一時的な Imakefile/lib/cpp デフォルトの C プリプロセッサ - XFree86

Portage creates specific build directories for each package it emerges inside/var/tmp/portage. 例文帳に追加

Portageは、各々のパッケージがemergeされるごとに専用のビルドディレクトリを/var/tmp/portage内に作ります。 - Gentoo Linux

A lot of the subdirectories that have been created under /var/tmp/root are empty and should be deleted. 例文帳に追加

/var/tmp/root 以下に作られる、たくさんの空のディレクトリは削除する必要があります。 - FreeBSD

this directory holds temporary files stored for an unspecified duration. 例文帳に追加

/var/tmp/tmpと似ているが、このディレクトリに置かれる一時的なファイルは保存期間の制限がない。 - JM

It is used for filesystems that need to support fast but temporary data, such as /tmp. 例文帳に追加

これは /tmp のように高速アクセスが必要で、永続的でないファイルシステムに使われます。 - FreeBSD

Removes all files owned by the user from temporary file storage areas such as /tmp. 例文帳に追加

/tmp のような一時ファイル保存領域から、指定されたユーザの所有するファイルを削除。 - FreeBSD

A better place to store it is in /var/tmp (as in the previous example) or in root's home directory. 例文帳に追加

出力の保存には、(上の例のように) /var/tmpや root のホームディレクトリが適しています。 - FreeBSD

Note that some of the files that will have been installed in /var/tmp/root have a leading .. 例文帳に追加

/var/tmp/root 以下にインストールされているファイルの中には、 . から始まっているものがあります。 - FreeBSD

This will show you the differences between your /etc/shells file and the new /var/tmp/root/etc/shells file. 例文帳に追加

これは、あなたの /etc/shells ファイルと 新しい /var/tmp/root/etc/shells ファイルの 異なる部分を表示します。 - FreeBSD

# mkdir /diskless/192.168.1.21/home# mkdir /diskless/192.168.1.21/dev# mkdir /diskless/192.168.1.21/proc# mkdir /diskless/192.168.1.21/tmp# mkdir /diskless/192.168.1.21/mnt# chmod a+w /diskless/192.168.1.21/tmp# mkdir /diskless/192.168.1.21/mnt/.initd# mkdir /diskless/192.168.1.21/root# mkdir /diskless/192.168.1.21/sys# mkdir /diskless/192.168.1.21/var# mkdir /diskless/192.168.1.21/var/empty# mkdir /diskless/192.168.1.21/var/lock# mkdir /diskless/192.168.1.21/var/log# mkdir /diskless/192.168.1.21/var/run# mkdir /diskless/192.168.1.21/var/spool# mkdir /diskless/192.168.1.21/usr# mkdir /diskless/192.168.1.21/opt 例文帳に追加

(openMosixの場合のみ) #mkdir/diskless/192.168.1.21/mfs - Gentoo Linux

Portage uses /var/tmp to compile files, so that partition should be large.例文帳に追加

portage は/var/tmpをコンパイルの目的で使うので、このパーティションは大きくしておく必要があります。 - Gentoo Linux

(This is commonly used on directories like /tmp that have 例文帳に追加

(全ユーザーが書き込みアクセス権を持つ /tmp のようなディレクトリでこれはごく普通に使われている。 - JM

Runs phpize in the source directory, but compiles in a temporary directory (/var/tmp/pear-build-USER/PACKAGE-VERSION).Parameter string 例文帳に追加

ソースディレクトリで phpize を実行し、一時ディレクトリ (/var/tmp/pear-build-USER/PACKAGE-VERSION)でコンパイルを行います。 パラメータ string - PEAR

Check that the permissions on /var/tmp are set todrwxrwxrwx. If not, change them by typing chmod a+rwx/var/tmp. 例文帳に追加

次に、ユーザーがオーディオドライバに接続できるよう適切なグループにchmod-gaudio[username]コマンドで割り当てます。 - Gentoo Linux

The size of the root partition need not be large if you will keep/opt /usr /home /var and /tmp in an LVM2 Volume Group(vg). 例文帳に追加

LVM2ボリュームグループ(vg)に/opt/usr/home/var/tmpを含めるなら、ルートパーティションのサイズは大きい必要はありません。 - Gentoo Linux

Note: Even if you do not use netqmail, Gentoo still needs the executable bit set on/var/tmp since ebuilds are made here. 例文帳に追加

注意: netqmailを使わない場合であっても、Gentooは/var/tmpにebuildを作るために実行属性が必要です。 - Gentoo Linux

例文

Xvfb -pixdepths 327 -fbdir /usr/tmp 例文帳に追加

Xvfb -pixdepths 3 27 -fbdir /usr/tmpX サーバはサーバ番号0として接続を待つ。 - XFree86




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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-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 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