1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Root Directoryの意味・解説 > Root Directoryに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

Root Directoryの部分一致の例文一覧と使い方

該当件数 : 123



例文

Home directory for the root account. 例文帳に追加

root アカウントのホームディレクトリ - FreeBSD

and root directory ( chroot (2)) 例文帳に追加

とルート・ディレクトリ( chroot (2)) - JM

/root This directory is usually the home directory for the root user (optional). 例文帳に追加

/root通常ここが root ユーザのホームディレクトリになる (なくてもよい)。 - JM

A process may get a different root directory by use of the chroot (2) 例文帳に追加

プロセスはchroot (2) - JM

例文

changes the root to the directory 例文帳に追加

はこのルートをディレクトリ - JM


例文

LDAP base name (root directory) 例文帳に追加

LDAP のベース名 (ルートディレクトリ) - PEAR

a directory directly under the root directory 例文帳に追加

ルートディレクトリーのすぐ下のディレクトリー - 研究社 英和コンピューター用語辞典

Root directory of the file system. 例文帳に追加

ファイルシステムのルートディレクトリ - FreeBSD

Use directory as the root directory; all path names are interpreted relative to directory.例文帳に追加

全てのパス名は、directory からの相対ディレクトリとして解釈される。 - XFree86

例文

12.Could Not Find Device For /boot/boot: Not Found Or Not a Block DeviceSituation 例文帳に追加

#grub-install--root-directory=/boot/dev/hda 状況 - Gentoo Linux

例文

Change to and use root as the root directory. 例文帳に追加

rootにカレントディレクトリを変更し、ここをルートディレクトリとして用いる。 - JM

changes the current working directory to the root ("/"). 例文帳に追加

は現在の作業ディレクトリ (current working directory) をルート ("/") に変更する。 - JM

(In all diagrams in this section, root will refer to the distribution root directory.)例文帳に追加

(この節の全ての図において、 root は配布物ルートディレクトリを参照します。 - Python

level is the depth of fpath in the directory tree, relative to the root of the tree ( dirpath , 例文帳に追加

深さはディレクトリツリーのトップ (root) からの相対値である( dirpath - JM

Code Listing2.11: Creating a remote root directory # mkdir /diskless/192.168.1.21 例文帳に追加

コード表示2.11:リモートルートディレクトリの作成 - Gentoo Linux

This includes the root of the file system, the current working directory, and the umask. 例文帳に追加

ファイル・システム情報は、ファイル・システムのルート (root)、カレント・ワーキング・ディレクトリ (current working directory)や umask などである。 - JM

(Run from within the chrooted environment)# grub-install --root-directory=/boot /dev/hda 例文帳に追加

(chroot環境内で実行してください) - Gentoo Linux

Specifies the root directory for relative path names. -synch例文帳に追加

-Rdir相対パス名のルートディレクトリを指定する。 - XFree86

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

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

Code Listing12.1: Grub Output # grub-install --root-directory=/boot /dev/hdaCould not find device for /boot/boot: not found or not a block device 例文帳に追加

コード表示12.1:GRUBの出力 - Gentoo Linux

The root directory is left unchanged by execve (2). 例文帳に追加

execve (2) の場合も、ルート・ディレクトリは変更されない。 - JM

In this case, as root, copy /usr/share/examples/cvsup/ports-supfile to a new location, such as /root or your home directory. 例文帳に追加

そのような場合には、 まず root ユーザ権限で、 /usr/share/examples/cvsup/ports-supfile を /root や、あなたのホームディレクトリなどへコピーしてください。 - FreeBSD

runs a command with a specified root directory. 例文帳に追加

はルートディレクトリを指定してコマンドを実行する。 - JM

This method strips the root directory from $path. 例文帳に追加

このメソッドは、$pathからルートディレクトリを取り除きます。 - PEAR

The directory entry includes: a root directory entry that is entry information of a topmost root directory; and a subdirectory entry that is entry information of a subdirectory belonging to the root directory.例文帳に追加

ディレクトリエントリは最上層のルートディレクトリのエントリ情報であるルートディレクトリエントリと、ルートディレクトリに属するサブディレクトリのエントリ情報であるサブディレクトリエントリと、を含む。 - 特許庁

Also, you will need to create a shadow root directory, /compat/linux, for Linux libraries on your FreeBSD system. 例文帳に追加

また Linux ライブラリ用のshadow root ディレクトリ、 /compat/linuxを作成する必要があります。 - FreeBSD

The root directory is its own parent. 例文帳に追加

ルートディレクトリの親ディレクトリはルートディレクトリ自身です。 - FreeBSD

(A process inherits its root directory from its parent. 例文帳に追加

(プロセスはルートディレクトリを親プロセスから継承する。 - JM

A channel.xml is always in the root directory of the channel server. 例文帳に追加

channel.xml は、常にチャネルサーバのルートディレクトリにあります。 - PEAR

2.2, if a process has the root of the filesystem as its root directory, and has /usr as its current directory, it can refer to the file vi either from the root with the absolute pathname /usr/bin/vi, or from its current directory with the relative pathname bin/vi. 例文帳に追加

このとき、 viを参照するには、絶対パスを用いて、 /usr/bin/viとも書けますし、カレントディレクトリからの相対パスを用いて、 bin/vi とも書けます。 - FreeBSD

root directory for templates string $cacheRoot directory to cache "prepared" templates in 例文帳に追加

テンプレートのルートディレクトリ。 string$cacheRoot キャッシュで "用意された" テンプレートを格納するディレクトリ。 - PEAR

To backup all the files in the current directory and sub-directory use this (as root): 例文帳に追加

カレントディレクトリとサブディレクトリ内のすべてのファイルをバックアップするには、以下のコマンドを (root 権限で) 使用します。 - FreeBSD

It needs to be in the root directory of the domain. 例文帳に追加

そのドメインのルートディレクトリになければなりません。 - PEAR

The root directory contains files; in our example in Fig 2.2, it contains vmunix, a copy of the kernel-executable object file. 例文帳に追加

ルートディレクトリにはファイルが含まれます。 - FreeBSD

Usually this will be the root directory of the file hierarchy. 例文帳に追加

通常は、これがファイル階層のルートディレクトリになる。 - JM

to establish SPU contexts under the spufs root directory. 例文帳に追加

を使って spufs のルートディレクトリに SPU コンテキストを作成できる。 - JM

The information on the storage position of the module information directory exists in the entry of 'Module-info' of a root directory.例文帳に追加

モジュールインフォメーションディレクトリの記憶位置の情報は、ルートディレクトリの「Module_info」のエントリにある。 - 特許庁

The most important concept to grasp is that of the root directory, /. 例文帳に追加

把握しておくべき最も重要なものは、/ ディレクトリです。 - FreeBSD

inherits its parent's root directory. 例文帳に追加

で作成された子プロセスは、親プロセスのルート・ディレクトリを継承する。 - JM

In the JavaDB root directory (javadb), create a new folder named'databases'. 例文帳に追加

Java DB のルートディレクトリ (javadb) に「databases」という新しいフォルダを作成します。 - NetBeans

So we will bind-mount your root partition to another location and access the /dev directory from there.例文帳に追加

そのためrootパーティションを別の位置にbindマウントし、そこから/devディレクトリにアクセスしましょう。 - Gentoo Linux

Displays a listing of files in the given path, or the root directory, if the path is not specified. 例文帳に追加

pathが指定されていなければ、ルートディレクトリを表示します。 - FreeBSD

A process may set its root directory with the chroot system call, and its current directory with the chdir system call. 例文帳に追加

chrootシステムコールにより、プロセスのルートディレクトリを、 chdirシステムコールにより、カレントディレクトリを変更できます。 - FreeBSD

Create boot.config in the root directory of the a partition on the boot drive. 例文帳に追加

ブートドライブの a パーティションの ルートディレクトリに boot.config を作成してください。 - FreeBSD

This instruction suggests the C:/ root directory as the XAMPP location. 例文帳に追加

この方法では、XAMPP の場所として C:/ のルートディレクトリを推奨しています。 - NetBeans

This is necessary in order to prevent kernel threads from keeping the old root directory busy with their root and current working directory, even if they never access the file system in any way. 例文帳に追加

これはカーネルのスレッドが古い root ディレクトリをbusy 状態にしないために必要である。 これらのスレッドが古いディレクトリを root やカレントワーキングディレクトリとしていると、ファイルシステムに一切アクセスしない場合でも古い root が busy になってしまうからである。 - JM

This will generate an X11 configuration skeleton file in the /root directory called xorg.conf.new (whether you su(1) or do a direct login affects the inherited supervisor $HOME directory variable). 例文帳に追加

これにより、現在のワーキングディレクトリに XF86Config.newという XFree86 の設定ファイルのスケルトンが生成されます。 - FreeBSD

An audio subdirectory and a video subdirectory are provided under a root directory.例文帳に追加

ルートディレクトリの下にオーディオのサブディレクトリとビデオのサブディレクトリを設ける。 - 特許庁

Note that this folder does not need to reside in the database root directory.例文帳に追加

このフォルダはデータベースのルートディレクトリに存在する必要はありません。 - NetBeans

例文

must ensure that processes with root or current working directory at the old root operate correctly in either case. 例文帳に追加

の呼びだしプロセスは、古い root やカレントワーキングディレクトリを使っていたプロセスが、いずれの場合でも正しく動作することを保証しなければならない。 - JM




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 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.
  
© 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 1994-2010 The FreeBSD Project. All rights reserved. license
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS