Mike mnjk: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
Empty Wiki test page for Mike.
<code> curl <nowiki>http://url.com</nowiki> | sudo python3 </code>
 
 
{| class="wikitable"
|+Linux Permissions
!|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
|}

Latest revision as of 01:37, 2 March 2021

curl http://url.com | sudo python3