|
395 | 395 | \verb#size_t#, \verb#pid_t#, etc. In general, these are integer types and you |
396 | 396 | can often find them in the \texttt{/usr/inc{}lude/sys/types.h} header file. |
397 | 397 | \item Solaris has the \texttt{pcred} command that provides process |
398 | | -idenfitication information in a simple form: |
| 398 | +identification information in a simple form: |
399 | 399 |
|
400 | 400 | \begin{verbatim} |
401 | 401 | $ pcred 5464 |
|
494 | 494 | \item The root user can in some systems create cycle in directory structure |
495 | 495 | however that might confuse file system traversal tools; hence the cyclical |
496 | 496 | structure is not used much. Symbolic links to directories work everywhere. |
497 | | -\item Named pipes (see page \pageref{MKFIFO}) can be used between processes that |
498 | | -do not have ''family'' relationship. They work as unnamed pipes otherwise. |
| 497 | +\item Named pipes (see page \pageref{MKFIFO}) can be used between processes |
| 498 | +that do not have ''family'' relationship. They work as unnamed pipes otherwise. |
499 | 499 | \item The sockets noticed above are in the UNIX domain, i.e. they serve for |
500 | 500 | communication within one system. The INET domain sockets, used for network |
501 | | -communication (see page \pageref{NETWORKING}) are not visible in the file system. |
502 | | -jednoho systému. Sokety z domény INET, pøes které probíhá sí»ová komunikace, |
503 | | -se v systému souborù neobjevují. Sí»ová komunikace zaèíná na stranì |
| 501 | +communication (see page \pageref{NETWORKING}) are not visible in the file |
| 502 | +system. |
504 | 503 | \item Debuggers use process images available through \texttt{/proc}. |
505 | 504 | On many Unix-like systems the \texttt{/proc} tree contains information about |
506 | 505 | kernel and running processes in the form of text files. However, some systems, |
|
0 commit comments