
APUE UNIX环境高级编程
文章平均质量分 88
gaoxiangnumber1
热爱技术,热爱分享。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
7-Process Environment
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber17.1 Introduction7.2 main FunctionA C program starts execution with main function原创 2016-09-10 09:48:35 · 968 阅读 · 0 评论 -
8-Process Control
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber18.1 Introduction8.2 Process IdentifiersEvery process has a unique process ID(a n原创 2016-09-10 09:49:41 · 2539 阅读 · 0 评论 -
9-Process Relationships
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber19.1 Introduction9.2 Terminal LoginsBSD Terminal LoginsThe system administrator c原创 2016-09-10 09:51:10 · 1028 阅读 · 0 评论 -
10-Signals
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber110.1 IntroductionSignals are software interrupts. Signals provide a way of handl原创 2016-09-10 09:52:20 · 1482 阅读 · 0 评论 -
11-Threads
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber111.1 IntroductionAll threads within a single process have access to the same pro原创 2016-09-10 09:53:46 · 1237 阅读 · 0 评论 -
12-Thread Control
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber112.1 Introduction12.2 Thread Limits12.3 Thread AttributesThe functions for manag原创 2016-09-10 09:54:39 · 1076 阅读 · 0 评论 -
13-Daemon Processes
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber113.1 IntroductionDaemons are processes that live for a long time. They are often原创 2016-09-10 09:55:22 · 1032 阅读 · 0 评论 -
14-Advanced IO
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber114.1 Introduction14.2 Nonblocking I/OSection 10.5: System calls are divided into原创 2016-09-21 19:45:57 · 731 阅读 · 0 评论 -
6-System Data Files and Information
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber16.1 Introduction6.2 Password FileUNIX password file, called the user database by原创 2016-09-10 09:47:55 · 637 阅读 · 0 评论 -
5-Standard I&O Library
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber15.1 Introduction5.2 Streams and FILE ObjectsWhen a file is opened, a file descri原创 2016-09-10 09:46:49 · 952 阅读 · 0 评论 -
4-Files and Directories
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber14.1 Introduction4.2 stat, fstat, fstatat, and lstat Functions#include <sys/stat.h原创 2016-09-10 09:43:08 · 1629 阅读 · 0 评论 -
1-UNIX System Overview
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1 Welcome to my github: https://github.com/gaoxiangnumber11.1 Introduction1.2 UNIX ArchitectureAn operating system can be defined as the原创 2016-07-25 22:50:38 · 1827 阅读 · 4 评论 -
3-File I\O
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1 Welcome to my github: https://github.com/gaoxiangnumber13.1 IntroductionThe functions in this chapter are referred to as unbuffered I/原创 2016-08-01 15:46:54 · 2227 阅读 · 0 评论 -
15-Interprocess Communication
Please indicate the source: http://blog.youkuaiyun.com/gaoxiangnumber1Welcome to my github: https://github.com/gaoxiangnumber115.1 IntroductionFigure 15.1 summarizes the various forms of IPC that are suppor原创 2016-09-21 19:47:21 · 1063 阅读 · 0 评论