「current directory」を含む例文一覧(183)

1 2 3 4 次へ>
  • current directory ( chdir (2))
    カレント・ディレクトリ( chdir (2)) - JM
  • The current working directory.
    現在のワーキングディレクトリ。 - JM
  • chdir [ directory ] Change the current directory of screen to the specified directory or, if called without an argument, to your home directory (the value of the environment variable $HOME).
    chdir[ directory ]screenのカレントディレクトリを指定されたディレクトリに変更する。 - JM
  • Change the current working directory to path.Availability: Macintosh, Unix, Windows.
    現在の作業ディレクトリ (current working directory) を path に設定します。 - Python
  • "Pathnames and the current directory"
    パス名とカレント・ディレクトリ - JM
  • changes the current working directory to the root ("/").
    は現在の作業ディレクトリ (current working directory) をルート ("/") に変更する。 - JM
  • change the current directory
    カレントディレクトリーを変更する - 研究社 英和コンピューター用語辞典
  • ' (meaning the current directory).
    (これはカレントディレクトリを意味する。 - JM
  • Temporary file created in the current directory, deleted after use.
    使用後は削除される。 - XFree86
  • then pathname is interpreted relative to the current working directory of the calling process (like unlink (2)
    である場合、pathnameは( unlink (2) - JM
  • changes the current working directory of the calling process to the directory specified in path .
    は、呼び出し元プロセスの現在の作業ディレクトリ (current working directory) を、pathに指定されたディレクトリに変更する。 - JM
  • List information about the FILEs (the current directory by default).
    \\-C複数列でリスト表示する。 - JM
  • destination files are in the current directory.
    カレントディレクトリに作る場合を除き、 - JM
  • Set the current directory on the server.
    サーバのカレントディレクトリを設定します。 - Python
  • Set the current lookup directory to the starting lookup directory.
    現在の検索ディレクトリをディレクトリ検索の開始点とする。 - JM
  • The command pwd prints the current directory.
    pwdコマンドはカレント・ディレクトリを表示する。 - JM
  • The command cd changes the current directory.
    cdコマンドはカレント・ディレクトリを変更する。 - JM
  • in the current directory, with name equal to (the last component of)
    つまり、(一番最後におかれた) - JM
  • The current working directory has been unlinked.
    カレントワーキングディレクトリが削除されている。 - JM
  • prints `.' (meaning the current directory).
    は (カレントディレクトリを意味する) `.' を表示する。 - JM
  • This includes the root of the file system, the current working directory, and the umask.
    ファイル・システム情報は、ファイル・システムのルート (root)、カレント・ワーキング・ディレクトリ (current working directory)や umask などである。 - JM
  • the current directory, that is, creates a link to that file
    そのファイルをカレントディレクトリにリンクする。 - JM
  • does not change the current directory.
    はデフォルトではカレントディレクトリを変更しない。 - JM
  • By default, this is the current directory.
    デフォルトでは、これはカレントディレクトリになります。 - PEAR
  • Return the pathname of the current directory on the server.
    サーバ上のカレントディレクトリのパスを返します。 - Python
  • As a last resort, the current working directory.
    最後の手段として、現在の作業ディレクトリ。 - Python
  • When users log in, the current working directory of their shell is set to the home directory.
    ユーザがログインすると、シェルのカレントディレクトリはホームディレクトリに設定されます。 - FreeBSD
  • to open files in directories other than the current working directory.
    によってアプリケーションが回避できるためである。 - JM
  • A null directory name in CDPATH is the same as the current directory, i.e., ``.''.
    CDPATH中に空のディレクトリ名がある場合、これはカレントディレクトリ(つまり ``.'') を意味します。 - JM
  • function returns the current location in the directory stream.
    関数はディレクトリストリーム中の現在位置を返す。 - JM
  • reports the disk space for the current directory.
    は現在のディレクトリのディスク使用量を表示する。 - JM
  • The optional argument is a directory to list (default is the current server directory).
    省略可能なargumentは、リストアップするディレクトリです(デフォルトではサーバのカレントディレクトリです)。 - Python
  • A path for accessing the file from the current directory.
    現在のディレクトリからファイルにアクセスするためのパス。 - JM
  • The current working directory is left unchanged by execve (2).
    execve (2) の前後で、現在の作業ディレクトリは変更されない。 - JM
  • /proc/[pid]/cwd This is a symbolic link to the current working directory of the process.
    /proc/[number]/cwdプロセスのカレントワーキングディレクトリへのシンボリックリンク。 - JM
  • I.e., in the current directory (usually the location of the setup script).
    現在のディレクトリ (通常は setup スクリプトがある場所) です。 - Python
  • The path parameter is relative to the current directory.
    path 引数は現在のディレクトリからの相対で表します。 - Python
  • 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
  • expression. If no paths are given, the current directory is used.
    パスが与えられない場合はカレントディレクトリ以下を検索する。 - JM
  • and then into the current directory.
    これに失敗したら、カレントディレクトリに作成しようと試みます。 - JM
  • prints the fully resolved name of the current directory.
    はカレントディレクトリの名前を完全に展開してから表示する。 - JM
  • search the current directory for files with .EXE extensions
    カレントディレクトリーから .EXE の拡張子をもつファイルを検索する - 研究社 英和コンピューター用語辞典
  • A file called doc.dat will be generated in the current working directory.
    doc.dat という名前のファイルが、作業ディレクトリに出来上がります。 - PEAR
  • The null string in sys. path represents the current working directory.
    sys.path 内の空文字列は、現在の作業ディレクトリを表します。 - Python
  • A process may set its root directory with the chroot system call, and its current directory with the chdir system call.
    chrootシステムコールにより、プロセスのルートディレクトリを、 chdirシステムコールにより、カレントディレクトリを変更できます。 - FreeBSD
  • These files are extracted in the current directory or in the directory indicated by the optional $pathparameter.
    これらのファイルはカレントディレクトリもしくはオプションの$pathパラメータで指定されたディレクトリに伸長されます。 - PEAR
  • function returns the current location associated with the directory stream dirp.
    関数は、ディレクトリストリーム dirp に結びつけられた現在位置を返す。 - JM
  • Find all PHP files in current directory
    例例 44-1現在のディレクトリ内にある全ての PHP ファイルを検索する - PEAR
  • If the component is found and is a directory, we set the current lookup directory to that directory, and go to the next component.
    構成要素が見つかって、かつディレクトリである場合、現在の検索ディレクトリをそのディレクトリに設定し、次の構成要素に移動する。 - JM
  • To backup all the files in the current directory and sub-directory use this (as root):
    カレントディレクトリとサブディレクトリ内のすべてのファイルをバックアップするには、以下のコマンドを (root 権限で) 使用します。 - FreeBSD
1 2 3 4 次へ>

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • PEAR
    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/ ).
  • JM
    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.
  • FreeBSD
    Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  • XFree86
    Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
    Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  • Python
    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.