Skip to Content
Advanced Programming in the UNIX® Environment, Third Edition
book

Advanced Programming in the UNIX® Environment, Third Edition

by W. Richard Stevens, Stephen A. Rago
May 2013
Intermediate to advanced
1024 pages
34h 32m
English
Addison-Wesley Professional
Content preview from Advanced Programming in the UNIX® Environment, Third Edition

Appendix C. Solutions to Selected Exercises

Chapter 1

1.1 For this exercise, we use the following two arguments for the ls(1) command: -i prints the i-node number of the file or directory (we say more about i-nodes in Section 4.14), and -d prints information about a directory instead of information on all the files in the directory.

Execute the following:

$ ls -ldi /etc/. /etc/..           -i says print i-node number 162561 drwxr-xr-x  66 root    4096 Feb  5 03:59 /etc/./      2 drwxr-xr-x  19 root    4096 Jan 15 07:25 /etc/../$ ls -ldi /. /..                   both . and .. have i-node number 2      2 drwxr-xr-x  19 root    4096 Jan 15 07:25 /./      2 drwxr-xr-x  19 root    4096 Jan 15 07:25 /../

1.2 The UNIX ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced UNIX Programming, Second Edition

Advanced UNIX Programming, Second Edition

Marc J. Rochkind
What Employees Want Most in Uncertain Times

What Employees Want Most in Uncertain Times

Kristine W. Powers, Jessica B.B. Diaz

Publisher Resources

ISBN: 9780321638014Purchase bookOther