⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 intro.html

📁 Unix下基于Web的管理工具
💻 HTML
字号:
<header>Unix Processes</header>A process is simply a running program on your system. Your web browser,window manager, terminal window and X server are all processes that youinteract with directly. Many other processes run in the background,such as web servers and other system tasks. A new process is created everytime you type a command like <tt>ls</tt> or <tt>pwd</tt>, though such processesare typically short-lived. <p>Every process has a unique ID, called the process ID or PID. While everyprocess running at any one time has a different ID, over time PIDs may bere-used. <p>Apart from the initial process (typically called <tt>init</tt>) each has aparent process from which it was created. For example, if you run <tt>vi</tt>from your shell prompt, <tt>vi</tt>'s parent process will be your shell.A process can have any number of children, but only one parent. <p>Each process runs with the permissions of some user and group, which applywhen it accesses files and directories. Users and processes may only killother processes that they own, with the exception of <tt>root</tt> whocan kill anything. <p><hr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -