You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2besorted/gdoc_linux.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
# Linux Google Doc Content #
3
2
4
3
The content below is the raw data from the Google Doc that was first used to collect it. Over time, this content will be moved into sub-pages and organized but is placed here, now, so as to be more complete. We apologize for its appearance.
@@ -23,28 +22,30 @@ The content below is the raw data from the Google Doc that was first used to col
23
22
|`df -k`| mounted fs, size, % use, dev and mount point |
24
23
|`mount`| mounted fs |
25
24
|`last -a`| Last users logged on |
26
-
|`lastcomm`||
27
-
|`lastlog`||
28
-
|`lastlogin (BSD)`||
25
+
|`lastcomm`|Print out information about previously executed commands. |
26
+
|`lastlog`|Reports the most recent login of all users or of a given user |
27
+
|`lastlogin (BSD)`|Indicate last login time of users |
29
28
|`getenforce`| Get the status of SELinux (Enforcing, Permissive or Disabled) |
30
29
|`dmesg`| Informations from the last system boot |
31
30
|`lspci`| prints all PCI buses and devices |
32
31
|`lsusb`| prints all USB buses and devices/h |
33
32
|`lscpu`| prints CPU information |
34
-
|`lshw`||
35
-
|`ex`||
36
-
|`cat /proc/cpuinfo`||
37
-
|`cat /proc/meminfo`||
33
+
|`lshw`|List Hardware |
34
+
|`ex`|Start vi in ex mode |
35
+
|`cat /proc/cpuinfo`|Shows types of processers in the system |
36
+
|`cat /proc/meminfo`|Displays information about systems RAM usage |
38
37
|`du -h --max-depth=1 /`| (note: can cause heavy disk i/o) |
0 commit comments