linux下的主要文件
linux下的主要文件
/boot/grub/grub.conf GRUB configuration file
/boot/module-info-* Module information for the Linux kernel
/boot/System.map-* Map of the Linux kernel
/boot/vmlinuz-* Linux kernel
/etc/aliases Mail aliases
/etc/at.deny User IDs of users forbidden to use the at command
/etc/auto.master Configuration file for the autofs daemon, which
automatically mounts
filesystems
/etc/auto.misc Automounter map file
/etc/bashrc Systemwide functions and aliases for the
bash shell
/etc/cron.daily/* Daily cron jobs
/etc/cron.hourly/* Hourly cron jobs
/etc/cron.monthly/* Monthly cron jobs
/etc/cron.weekly/* Weekly cron jobs
/etc/crontab System cron file
/etc/cups/* Printer configuration files
/etc/default/useradd Defaults for the useradd command
/etc/DIR_COLORS Directory listing colors
/etc/exports NFS exported directories
/etc/filesystems Supported filesystem types
/etc/fstab Filesystems mounted or available for
mounting
/etc/group System group definitions
/etc/host.conf Resolver configuration file
/etc/hosts Map of IP numbers to hostnames
/etc/hosts.allow Hosts allowed to access Internet services
/etc/hosts.deny Hosts forbidden to access Internet services
/etc/httpd/conf/* Apache configuration files
/etc/httpd/httpd.conf Main Apache configuration file
/etc/init.d/* SysV initial
相关文档:
以下是常用的命令与用法:
在使用过程中随时添加。。。
1.暂时以 root 身份运行命令: sudo
2.解压缩 .rar 文件到当前文件夹: rar e file_name.rar
3.在linux 下打开chm 格式文件:
KchmViewer
可在,ubuntu 下直接用 程序管理器 安装......
4.
设置root帐� ......
<!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
联想(
Lenovo
China
)曾是国人的骄傲,现在怎样了?
4
月
14
日上午,我去国家会展中心(奥运村北)参观
Intel
信息技术峰会(
IDF
2010
)的展出,� ......
linux系统文件介绍
文件系统分为许多部分,通常从根文件系统有: /bin , /lib , /etc , /dev ,
及一些其他; /usr 文件系统包含程序和不改变的数据; /var 文件系统包含改变的数据(例如log文件); /home
文件系统包含每个用户的个人文件。
每台机器都有根文件系统/
(一般在本地盘中,当然也可以� ......
文章来源:http://www.ibm.com/developerworks/cn/linux/kernel/l-kn26sch/index.html
级别: 初级
杨沙洲 (pubb@163.net), 国防科技大学计算机学院, 2004 年 4 月
2004 年 4 月 01 日
本文从 Linux 2.4 调度系统的缺陷入手,详细分析了 Linux 2.6 调度系统的原理和实现细节,并对与调度系统相关的负载平衡、NUMA 结构� ......