热门关键字:  ubuntu  分区  linux系统进程  Fedora  函数

ubuntu 启动



(portmap)
Portmap converts RPC calls into standard DARPA (tcp/ip) port numbers. This file reads /etc/default/portmap which tells portmap to only run on the local loopback interface.
Portmap 将RPC调用转换成标准DARPA(tcp/ip)端口号。此文件读入/etc/default/portmap告诉portmap仅仅在本地回送接口运行。

(acpid)
acpid is a power management daemon. It will sit and read /proc/acpi/event until it receives a whole line. Once then, it checks /etc/acpi/events for a qualifying action for that event. By default, Ubuntu loads the following acpi related modules: battery, ac, processor, button, fan, and thermal. More info can be found here
acpid 作为电力管理程序。它将占用并读入/proc/acpi/event文件直到它收到一整行。一旦(发生事件)然后,它作为有资格的动作为那事件检查 /etc/acpi/events。默认的,Ubuntu导入以下和acpi有关的模块:battery, ac, processor, button, fan, 和thermal,此处可获得更多信息。

(alsa)
Alsa is the Advanced Linux Sound Architecture. It reads in some basic settings from /etc/default/alsa then loads up the stored alsa settings. More info can be found here
Alsa 是高级Linux声音架构的意思。它从/etc/default/alsa读入一些基本设置然后装载被存储的alsa设置。此处可获得更多信息。

(apmd)
apmd is another power management daemon. This one really just cares about battery power, system standby, system suspend, and system resume. More info can be found here
apmd是另外一个电力管理程序。这个守护程序真正关心电池电力、系统待机、系统挂起、和系统恢复。此处可获得更多信息。

(autofs)
autofs controls the automount daemon. autofs reads /etc/auto.master for various mount points of mounting drives.
autofs控制自动挂载程序。autofs在/etc/auto.master读入各种挂载设备的挂载点。

(cups)
cups is the Common Unix Printing System. It provides and extremely easy system for configuring a printer under linux. More info can be found here
cups是通用Unix打印系统。它为在linux下配置打印机提供非常简单的系统。此处可获得更多信息。

(dbus-1)
dbus is a system for providing Inter Process Communications between two applications. As freedesktop explains, examples of this include a camera being plugged in or file monitoring. More info can be found here
dbus是一个提供双应用程序间的处理通信的系统。作为freedesktop解释,此例子包含一个插上电源的照相机或者文件监视器。此处可获得更多信息。

(famd)
famd is the File Alteration Monitor daemon. It provides a system that applications can use to detect when a file changes.
famd是文件更改监视器程序。它提供一个当文件被改变的时候能够监测的系统。
(inetd)
inetd provides a list of services and ports they run on under /etc/inetd.conf. It then listens for requests for those ports, and once received, runs that service.
inetd提供在/etc/inetd.conf下的服务列表以及相关端口。然后它监听请求端口,一旦收到,运行相关服务。

(makedev)
makedev simply re-creates a symlink from /sbin/MAKEDEV to /dev/MAKEDEV
makedev 简单的从/sbin/MAKEDEV到/dev/MAKEDEV重建一个符号连接

(postfix)
Postfix is a Mail Transport Agent or MTA. This provides local system mail transportation, and if configured correctly, internet-wide mail transportation. More info can be found here
Postfix是邮件传送代理或者简称MTA。它提供本地系统邮件传递,如果配置正确,能提供Internet范围的邮件传递。此处可获得更多信息。


(powernowd)
powernowd is a client for cpufreq which, as the name implies, controls the CPU frequency. By using this, you may raise the frequency of your cpu when your computer may need the extra power and lower it during idle time. This is especially useful for laptops when heat is concerned.
powernowd 是一个cpufreq的客户端程序,cpufreq~顾名思义-能控制CPU频率。通过是用它,你可以提高你电脑的频率同时或许会需要额外电力,在停机的时候降低它。当与热有关时,这特别对便携电脑有用。

(rsync)
This would start the rsync daemon on your system but, by default, it is disabled.
这将在你的系统上开始rsync程序,但是默认他是不起作用的。

(mdadm)
mdadm manages software RAID under linux. More info can be found here
mdadm在linux下管理软件RAID。 此处可获得更多信息。

(atd)
atd is the at daemon and manages processes scheduled to run at later times.
atd是在后台并且管理过程计划为了在晚些时候运行。

(crond)
crond is the cron daemon and manages processes that may be on a repetitive schedule.
crond 是cron守护进程并且在重复的计划中管理过程。

(acpi-support)
This is just a helper script for the acpi daemon. Depending on what mode a laptop is in (battery or AC), it will set the systems power accordingly.
这仅仅是acpi程序的助手脚本。依靠便携机运行在什么方式(电池或者交流电),从而调整系统电力。

(fetchmail)
fetchmail manages retrieving email. This script checks for /etc/fetcmailrc and if it doesnt exist (it doesnt by default), then it does not start. More info can be found here
fetchmail管理找回的email。此脚本检验/etc/fetcmailrc文件并且当此文件不存在的时候(默认不存在此文件),它将不运行。此处可获得更多信息。
(gdm)
gdm is the GNOME Display Manager. It starts X Windows and provides a graphical login screen. More info can be found here
gdm是GNOME显示管理器。它开始X Window并且提供一个图形化的登录屏幕。此处可获得更多信息。

(rmnologin)
This script removes the /etc/rmnologin file. rmnologin prevents non-root users from logging in.
此脚本移除/etc/rmnologin文件。rmnologin防止非root用户登录系统。

(stop-bootlogd)
Just like the name implies, this stops the bootlogd daemon. bootlogd logs all strings sent to the console.
顾名思义,它结束bootlogd后台程序。bootlogd记录所有发送到控制台的字串。


原文地址 http://mushroom.phpower.net/blog/?action=show&id=8