Penguin
Diff: FilePermissions
EditPageHistoryDiffInfoLikePages

Differences between version 7 and predecessor to the previous major change of FilePermissions.

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

Newer page: version 7 Last edited on Monday, April 2, 2007 12:14:17 pm by CraigBox Revert
Older page: version 6 Last edited on Monday, November 20, 2006 9:59:26 pm by IanMcDonald Revert
@@ -25,11 +25,11 @@
 The sticky bit allows the use of share directories basically where only the owner of the directory or the owner of the file can delete the file within a directory (as opposed to the normal situation where if you can write files in a directory you can delete any file in that directory) 
  
 The setuid bit allows you to run the program as the file owner or group owner rather than the executor. For example the file can run as root instead of a normal user and therefore do priviledged things. However this is something you have to be very careful with as it can leave gaping security holes. 
  
-The most common commandline program to alter permissions is [chmod(1)] 
+The most common commandline program to alter permissions is [chmod(1)].  
  
-Link to http://www.linuxfocus.org/English/January1999/article77.html. 
+There's an [excellent guide to permissions at Greg's wiki|http://wooledge.org/mywiki/Permissions], which you should go and read right now. [Linux Focus| http://www.linuxfocus.org/English/January1999/article77.html] also has a good article to read
  
 And remember the less permissions you give the better. 
  
 !!Recursively Change Permissions of Just Files Or Just Folders