Penguin

Differences between current version and revision by previous author of chmod(1).

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 5 Last edited on Monday, November 20, 2006 10:00:06 pm by IanMcDonald
Older page: version 4 Last edited on Monday, November 20, 2006 9:11:44 pm by BenStaz Revert
@@ -103,18 +103,8 @@
 owner. (Without the sticky bit, anyone able to write to the 
 directory can delete or rename files.) The sticky bit is 
 commonly found on directories, such as /tmp, which are 
 world-writable. 
-  
-!!Recursively Change Permissions of Just Files Or Just Folders  
-  
-*find <path> -type d -exec chmod 755 {} \;  
-  
-This will recursively search your directory tree and chmod all directories only.  
-  
-Chmod all files only (and ignore the directories):  
-  
-*find <path> -type f -exec chmod 611 {} \;  
  
 !!OPTIONS 
  
  
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.