users cannot change directories; change their shell, env, or path variables; execute a command that contains a forward slash (/) in the pathname; or redirect output.
用户无法执行下列操作:更改目录;更改shell、env或path变量;执行在文件名中包含正斜杠 (/) 的命令;或重定向输出。
to see all of the processes associated with the /opt2 directory, you execute a command such as the one shown in listing 1.
为了查看与 /opt2目录相关联的所有进程,应该执行 清单1所示的命令。
note that even though the ftp server had automatically closed the connection after 60 seconds on inactivity, the client will only be informed when it tries to execute a command after the timeout.
注意,即使ftp服务器已经在保持60秒不活动之后自动关闭了连接,但是客户要在超时之后尝试执行命令时才会被通知。
by moving the pointer to the icon and pressing a mouse button, you can execute a command or convert the icon into a window.
将指示器移到图标上并点击鼠标,可以执行命令或打开窗口。
you may have already seen simple shell logic using the && and || operators, which allow you to execute a command based on whether the previous command exits normally or with an error.
您可能已经看到过使用&&和 ||操作符的简单shell逻辑,它允许您根据前一条命令的退出状态(正确退出或伴随错误退出)而执行后一条命令。
once the user selects a pdf document, the pdfviewer class needs to execute a command that it has exposed in the activex control.
一旦用户选择了一个pdf文档,pdfviewer类就需要执行activex控件中所公开的命令。
to load data from this file, you need to execute a command similar to the following
要通过这个文件导入数据,需要执行类似如下的命令
how can i execute a command with multiple arguments in my shell in c?
我怎么能用c在我的壳多参数执行命令?
using essentially execute a command with stdin already supplied.
在使用 本质上是用一个已经提供的stdin执行一个命令。