This Is Your Brain On Informatics: Linux: Difference between revisions

Tikenn (talk | contribs)
No edit summary
Tikenn (talk | contribs)
No edit summary
Line 1: Line 1:
{| class = "wikitable" style = "table: center" cellpadding = "5" border = "1"
{| class = "wikitable" style = "" cellpadding = "" border = "1"
|- align = "center"  
|- align = "center"  
! colspan = "2" | Common Linux Commands
! colspan = "2" | Common Linux Commands
Line 22: Line 22:
|-
|-
| du [options] || Show how much space each file takes up.
| du [options] || Show how much space each file takes up.
|-
| Exit || Leave an ssh session by typing
|-
|-
| file [options] filename || Determine what type of data is within a file.
| file [options] filename || Determine what type of data is within a file.
Line 59: Line 61:
|-
|-
| ssh [options] user@machine || Remotely log in to another Linux machine, over the network.
| ssh [options] user@machine || Remotely log in to another Linux machine, over the network.
|-
| Exit || Leave an ssh session by typing
|-
|-
| su [options] [user [arguments]] || Switch to another user account.
| su [options] [user [arguments]] || Switch to another user account.