User Tools

Site Tools


tutorials:starter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorials:starter [2021/11/03 01:23]
papa [10. How can I use 'COMMODE', 'TALK', 'SEND' or 'PHONE'?]
tutorials:starter [2022/03/04 09:06] (current)
papa [8. How does DIRECTORY and FILE PROTECTION work?] Correct file, directory permission descriptions
Line 163: Line 163:
 **For files:** **For files:**
  
-^ OCTAL ^ PROPERTY +^ OCTAL ^ PERMISSION 
-| 77 | FULL ACCESS +| 77 | Full access 
-| 40 | READ +| 40 | Read 
-| 20 | WRITE/DELETE +| 20 | Write/Delete 
-| 10 | EXECUTE +| 10 | Execute 
-| 04 | APPEND +| 04 | Append 
-| 02 | LIST +| 02 | Find file with wildcard 
-| 00 | NO ACCESS |+| 00 | Find only with complete file name; no other access |
  
  
 **For directories:** **For directories:**
  
-^ OCTAL ^ PROPERTY +^ OCTAL ^ PERMISSION 
-| 77 | FULL ACCESS +| 77 | Full access 
-| 40 | READ +| 40 | Access existing files in directory according to their protection 
-| 10 | CONNECT +| 10 | Connect without password; Undelete files; Delete/Expunge all files; \\ Change file dates, times, accounting information 
-| 04 | BUILD +| 04 | Create files 
-| 00 | NO ACCESS |+| 00 | No access |
  
  
tutorials/starter.txt · Last modified: 2022/03/04 09:06 by papa