查询
1 词典释义:
pwd
时间: 2025-06-03 20:29:04
英 [ˌpiː ˈdʌbljuː ˈdiː]
美 [ˌpiː ˈdʌbljuː ˈdiː]

abbr. (美国)公共工程处(Public Works Department); 显示当前目录(Print Working Directory); 脉宽失真(Pulse Width Distortion)

双语例句
  • Question:How can i do if forget pwd?

    问:如果忘记密码怎么办?

  • Listing 1: Output from the strace PWD command.

    清单1:strace pwd命令的输出。

  • PWD showed pulsatice arterial flow in them;

    PWD频谱分析均显示动脉血流频谱。

  • A few examples of counterfeit (fake) PWD products.

    假冒几个例子(假冒)密码产品。

  • Listing 1 shows an example of the PWD command being traced.

    清单1显示了对pwd命令进行跟踪的示例。

  • E. coli K88 is the main pathogen of post-weaning diarrhea (PWD).

    K 88大肠杆菌是引起仔猪断奶后腹泻(PWD)的主要病原。

  • Answer: Modify the makefile and specify values for ALIAS, UID, and PWD.

    解答:请更改makefile,并为ALIAS、UID和PWD指定适当的值。

  • Note that this variable is in uppercase letters, unlike the PWD command.

    注意,与pwd命令不同,这个变量是大写。

  • The program in Listing 7 USES the PWD module to access the password database.

    清单7中的程序使用pwd模块来访问密码数据库。

  • They also provided on-site computer training and repair services for PWD.

    以及为残疾人士提供上门电脑训练及维修服务等。

  • The latest counterfeit labels look very similar to genuine PWD packaging.

    最新的防伪标识看起来非常相似,真正的密码包装。

  • You can display the name of the current working directory with the PWD command.

    您可以使用pwd命令显示当前工作目录的名称。

  • Doesn't seem much easier than running that PWD command you saw earlier, does it?

    难道这不比您此前看到的运行pwd命令更容易吗?

  • So, you could display the value of $PWD using echo, as you can see in Listing 3.

    因此,您可以使用 echo 命令显示 $PWD 的值,如 清单 3 所示。

  • PWD is your current working directory, while $OLDPWD is your previous working directory.

    $PWD 是您的当前工作目录,而 $OLDPWD 是上一次的工作目录。

  • Also, there is a different process which needs the uid and PWD to connect to the backend.

    同时,存在不同的流程,它需要使用uid和pwd来连接后端。

  • Also, the PWD column for the SYS_SERVER table shows NULL because the passwords are hidden.

    另外,sys_server表的pwd列显示为NULL,因为密码是隐藏的。

  • Notice the difference as you look at the bottom of a real PWD product, and the fakes.

    请注意你的差异看看真正的密码产品的底部,而假货。

  • Relative paths are relative to your current working directory, as reported by the PWD command.

    相对路径指的是相对于您的当前工作目录的路径,正如pwd命令报告的那样。

  • The PWD itself sets minimum standards, but they are not supposed to undercut national ones.

    PWD其本身也设立了最低收入标准,但这并不意味着要降低其国家的最低收入标准。

  • Then, when you run CD, the variable PWD will be updated and displayed as part of the shell prompt.

    然后,当您运行cd时,变量pwd将被更新并显示为shell提示的一部分。

  • Represents the FTP PWD protocol method that prints the name of the current working directory.

    表示打印当前工作目录的名称的FTP PWD协议方法。

  • The PWD command displays the current working directory. The output on my computer at that moment in time was.

    这个pwd命令显示了当前的工作目录。

  • We do not like to pass the uid and PWD as parameters or store in some objects to pass from the Web tier to the EJB tier.

    我们不想将uid和pwd作为参数传递,或者存储到一些从We b层到ejb层传递的对象中。

  • From a shell prompt, you can display the path name of the directory you're in by running the command PWD, shown in Listing 1.

    从shell提示,您可以显示您所在的目录的路径名,方法是运行命令pwd,如清单1所示。

  • Of course, you could run the PWD command every time you need to check the current working directory, but there's a better way.

    当然,每当您想检查当前工作目录时,您都可以运行pwd命令,但还有更好的方法。

  • Listing 1 shows the use of the PWD command, and three different ways to use the ls command to list the files in this directory.

    清单1展示了pwd命令的使用,以及通过三种不同的方法使用ls命令列出此目录中的文件。

  • This directory has a parent and “grandparent” directory, as we’ll see later. And pwd shows the directory’s absolute pathname

    我们在后面将会看到,这个目录有父和“祖父”目录。

  • And having two prompts allows more information to be shown, to save you having to type some commonly used commands, such as "PWD".

    有这两种提示符就可以显示更多的信息,这样您就不需要输入一些常用的命令,例如“ pwd ”。

  • In this example, you invoke the PWD (print working directory) command, enter the ash shell within BusyBox, and invoke PWD within ash.

    在这个例子中,我们调用了pwd(打印工作目录)命令,使用BusyBox进入了a sh shell,并在a sh中调用了pwd。