Mike mnjk: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
MikeTieden (talk | contribs) No edit summary  | 
				MikeTieden (talk | contribs)  No edit summary  | 
				||
| Line 8: | Line 8: | ||
!|File Mode  | !|File Mode  | ||
|-  | |-  | ||
|0  | | 0  | ||
|000  | | 000  | ||
| ---  | | ---  | ||
|-  | |-  | ||
|1  | | 1  | ||
|001  | | 001  | ||
|   | | --x  | ||
|-  | |||
| 2  | |||
| 010  | |||
| -w-  | |||
|-  | |||
| 3  | |||
| 011  | |||
| -wx  | |||
|-  | |||
| 4  | |||
| 100  | |||
| r--  | |||
|-  | |||
| 5  | |||
| 101  | |||
| r-x  | |||
|-  | |||
| 6  | |||
| 110  | |||
| rw-  | |||
|-  | |||
| 7  | |||
| 111  | |||
| rwx  | |||
|}  | |}  | ||
Revision as of 01:19, 2 February 2021
Empty Wiki test page for Mike.
| Octal | Binary | File Mode | 
|---|---|---|
| 0 | 000 | --- | 
| 1 | 001 | --x | 
| 2 | 010 | -w- | 
| 3 | 011 | -wx | 
| 4 | 100 | r-- | 
| 5 | 101 | r-x | 
| 6 | 110 | rw- | 
| 7 | 111 | rwx |