This Is Your Brain On Informatics: Linux: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{| class = "wikitable" style = " | {| 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. | ||
|- | |- | ||
| su [options] [user [arguments]] || Switch to another user account. | | su [options] [user [arguments]] || Switch to another user account. | ||