At 12/9/2004 04:11 PM -0500, Eve Atley wrote:
Second question...
How can I recursively set all files/directories to 777?
Chmod -R 777 *.* ... Didn't seem to hit everything.

"Linux is not Windows." Lots of filenames on Linux (and other Unix-ish systems) don't have a period in them.


If you *really* mean "everything" then:
        chmod -R 777 /


--
Jeff Woods <[EMAIL PROTECTED]>



- To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to