IT/Software/Command Line: Difference between revisions

From msgwiki
< IT‎ | Software
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Added Detail)
Line 5: Line 5:
**If you don't know what a slurpee is we feel sorry for you.
**If you don't know what a slurpee is we feel sorry for you.


== Basic Commands ==
==Basic Commands==
<br />


== More modifiers ==
=== Changing Ownership ===
There are many ways to do this.  Half of them may be more clever.<blockquote>sudo chown 777 /path/to/file or /path/todirectory/</blockquote>
 
=== Changing Permissions ===
 
==More modifiers==

Revision as of 13:38, 14 February 2020

Welcome to the dark world where most IT people live

  • This is a gui free world
    • If you don't know what a gui is please quietly close the page and go buy a slurpee
    • If you don't know what a slurpee is we feel sorry for you.

Basic Commands

Changing Ownership

There are many ways to do this. Half of them may be more clever.

sudo chown 777 /path/to/file or /path/todirectory/

Changing Permissions

More modifiers