Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment From "The UNIX Programming Environment" (Score 5, Informative) 548

Brian W. Kernighan and Rob Pike, chapter 2.6 -- "The Directory Hierarchy":

    "/etc (et cetera) we have also seen before. It contains various administrative files such as the password file and some systems programs such as /etc/getty, which initializes a terminal connection for /bin/login. /etc/rc is a file of shell commands that is executed after the system is bootstrapped. /etc/group list the members of each group."

I looked through Ritchie and Thompson's "The UNIX Time-Sharing System" and found no mention of /etc, so that's the best I could do from my own bookshelf.

Slashdot Top Deals

"Being against torture ought to be sort of a multipartisan thing." -- Karl Lehenbauer, as amended by Jeff Daiell, a Libertarian

Working...