Use the whereis command to locate the manual pages for the tar, strcmp, and socket commands/calls. What are the absolute pathnames for the files that contain these manual pages.
The following session shows the command for performing the given task. The absolute pathnames for the manual pages are highlighted.
```
$ whereis tar strcmp socket
tar: /bin/tar /usr/include/tar.h /usr/share/man/man1/tar.1.gz
strcmp: /usr/share/man/man3/strcmp.3.gz
socket: /usr/share/man/man2/socket.2.gz /usr/share/man/man7/socket.7.gz /usr/share/man/mann/socket.n.gz
$
```
You might also like to view...
A process stores its PID number in a file named process.pid. Write a command line that terminates this process.
What will be an ideal response?
When searching for templates in Backstage view, what is the name for the small pictures of the available choices?
A) Symbols B) Icons C) Thumbnails D) Small Icons
?Flash movie properties are shown in the Property Inspector box when a movie is selected.
Answer the following statement true (T) or false (F)
Explain the four project implementation strategies described in the chapter.
What will be an ideal response?