Private
Server IP : 195.201.23.43  /  Your IP : 3.147.104.221
Web Server : Apache
System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64
User : kdecoratie ( 1041)
PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/usermin/proc/help/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /usr/share/usermin/proc/help/intro.zh_TW.html
<header>Unix 程序</header>

程序是在您的系統上執行的程式. 您的網頁瀏覽器, 視窗管理者, 終端機視窗與 X 伺服器等等都是與您直接互動的程序. 還有許多在背景執行的程序, 例如網頁伺服器或其他的系統工作等等. 每當您執行一個命令例如 <tt>ls</tt> 或 <tt>pwd</tt> 等等時, 都會建立一個新的程序, 而這些程序一般而言存活期都相當短. <p>

每個程序都會有一個唯一的編號, 叫作程序編號 (PID). 每一個執行中的程序都會有不同的編號, 而使用過後的編號可以被回收重新使用. <p>

不考慮起始化的程序 (一般叫作 <tt>init</tt>), 每一個程序都會有建立它的母程序. 舉例而言, 如果您從系統命令殼執行 <tt>vi</tt> 程式, <tt>vi</tt> 的母程序便是您的命令殼. 每個程序都可以有多個子程序, 但都只會有一個母程序. <p>

每個程序都會有對應的使用者或群組的權限, 對應到所能使用的檔案或目錄權限. 使用者與程序都只能刪除其所擁有的程序, 而只有 <tt>root</tt> 可以刪除任意的程序. <p>

<hr>

Private