linux manuals and user group

Most modern implementations use copy-on-write which means that until one of the processes attempts to modify a piece of memory, both processes will refer to the same piece of physical memory.


http://stackoverflow.com/questions/8353641/parent-and-child-address-space-confusion?rq=1


-------------------------------------------------------------

1)所有的手册页都属于一个特定的领域,用一个字符来表示。


Linux下最通用的领域及其名称及说明如下:
领域 名称 说明

1 用户命令, 可由任何人启动的。

2 系统调用, 即由内核提供的函数。

3 例程, 即库函数。

4 设备, 即/dev目录下的特殊文件。

5 文件格式描述, 例如/etc/passwd。

6 游戏, 不用解释啦!

7 杂项, 例如宏命令包、惯例等。

8 系统管理员工具, 只能由root启动。

9 其他(Linux特定的), 用来存放内核例行程序的文档。

n 新文档, 可能要移到更适合的领域。

o 老文档, 可能会在一段期限内保留。

l 本地文档, 与本特定系统有关的。

例如:man ls就会有LS(1)

-----------------------------------------------

Zombies are when a parent is alive an child is dead and the parent doesnt call wait the child becomes zombie.
[url]
http://stackoverflow.com/questions/7061390/fork-and-zombie-process?rq=1[/url]

---------------------------------------------------------
http://www.phpq.net/linux/linux-add-delete-user-group.html

Linux添加/删除用户和用户组

-----------------------------------------------------

http://www.lst.de/~okir/blackhats/node23.html

Real and Effective IDs

---------------------------------------------------------

猜你喜欢

转载自wwwjjq.iteye.com/blog/1574945
今日推荐