英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

exec    音标拼音: [,ɛgz'ɛk]
n. execute的简写;执行;运行

execute的简写;执行;运行

EXEC
n 1: the chief executive department of the United States
government [synonym: {White House}, {EXEC}]

/eg-zek'/ 1. execute.

A synonym for {chain} derived from the {Unix} "exec" {system
call}.

{Unix manual page}: execve(2).

2. (Obsolete) {executive}.

The mainstream "exec" as an abbreviation for (human) executive
is *not* used. To a hacker, an "exec" is a always a program,
never a person.

3. At {IBM} and {VM}/{CMS} shops, the equivalent of a {shell}
command file.

4. The innermost {kernel} of the {Amiga}
{operating system} which provides shared-library support,
device interface, {memory management}, {CPU} management, basic
{IPC}, and the basic structures for OS extension. The rest of
the Amiga OS (windowing, file system, third-party extensions,
etc.) is built using these structures.

[{Jargon File}]

(1997-08-01)


请选择你想看的字典辞典:
单词字典翻译
EXEC查看 EXEC 在百度字典中的解释百度英翻中〔查看〕
EXEC查看 EXEC 在Google字典中的解释Google英翻中〔查看〕
EXEC查看 EXEC 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What are the uses of the exec command in shell scripts?
    There are two uses of exec in shells like ksh and bash - used for opening file descriptors Here are some examples: Note that spacing is very important here If you place a space between the fd number and the redirection symbol then exec reverts to the original meaning: exec 3 < thisfile # oops, overwrite the current program with command "3"
  • The “exec” Command in Linux [8 Practical Examples] - LinuxSimply
    The exec command replaces the current terminal process with a new command This command in Linux often executes specific programs or commands without creating a new process In this article, I will demonstrate to you the ins and outs of the exec command in Linux
  • exec Cheat Sheet - exec Command Line Guide
    The exec command in Linux is used to replace the current shell process with a specified command When you run exec, the shell process is replaced by the new command, and the shell itself no longer exists This can be useful for optimizing resource usage in scripts by eliminating the…
  • What does `exec $@` do? - Unix Linux Stack Exchange
    The exec will replace the current process with the process resulting from executing its argument In short, exec "$@" will run the command given by the command line parameters in such a way that the current process is replaced by it (if the exec is able to execute the command at all)
  • The Uses of the Exec Command in Shell Script - Baeldung
    When we create Bash scripts, we may want to redirect the output of all the echo statements into a log file without explicitly specifying the redirection operator and log file name after every echo statement The Bash exec command is a powerful built-in utility that can be utilized for this purpose
  • How to use the command `exec` (with examples)
    The exec command is a powerful feature in Unix-like operating systems, including Linux, that runs specified commands by replacing the current shell process with a new process for the command being executed Unlike other commands that spawn a child process, exec transforms the existing shell process This behavior is particularly useful for
  • exec - Linux Command Guide
    The exec command is a shell built-in that replaces the current shell process with the specified command, without creating a new process When used without a command, it can be used to manipulate file descriptors
  • cheat. sh exec
    It can make redirections take effect in the current shell # Redirect all STDOUT from within a script to the given file exec > foo log # Redirect all of both STDOUT STDERR from within a script to the given file exec > foo log 2 > 1 # Or, if on bash(1), this syntax is also viable: exec > foo log # Copy output to a log file, allowing the





中文字典-英文字典  2005-2009