On Friday 12 September 2003 11:56, Mike Starke wrote: > On Fri, Sep 12, 2003 at 11:47:25AM -0700, Don Calfa wrote: > /_How do I check to see the owner, group, and permission settings of > /_file/directories? I've been doing it in the GUI but now it's one of = the > /_last things I do in the GUI. > /_ > > How about "ls -l" on the command line? > -mike And "man ls" (on the command line) will tell you all about "ls" and its=20 options. Similarly, "man mv" will tell you about "mv" and so forth. And "= man=20 man" will tell you about the man command itself. A few shell commands have more documentation in "info" so, if you don't f= ind=20 what you need with "man", then FIRST try "info info" to learn how to use=20 "info" and then do, for example, "info ls". ("info libc" is a prime examp= le=20 -- and the documentation is HUGE but only available through "info".) --=20 Ed Skinner, ed@flat5.net, http://www.flat5.net/