Skip to content

Commit 40cd062

Browse files
committed
Updating format prior to categorizing
1 parent 5318ecd commit 40cd062

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

2besorted/gdoc_linux.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Linux Google Doc Content #
32

43
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
2322
| `df -k` | mounted fs, size, % use, dev and mount point |
2423
| `mount` | mounted fs |
2524
| `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 |
2928
| `getenforce` | Get the status of SELinux (Enforcing, Permissive or Disabled) |
3029
| `dmesg` | Informations from the last system boot |
3130
| `lspci` | prints all PCI buses and devices |
3231
| `lsusb` | prints all USB buses and devices/h |
3332
| `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 |
3837
| `du -h --max-depth=1 /` | (note: can cause heavy disk i/o) |
3938
| `which nmap` | locate a command (ie nmap or nc) |
40-
| `locate bin/nmap` | |
41-
| `locate bin/nc` | |
42-
| `jps -l` | |
39+
| `locate bin/nmap` | Find the location of nmap |
40+
| `locate bin/nc` | Find the location of netcat |
41+
| `jps -l` | Looks for Java Virtual Machines |
4342
| `java -version` | Returns the version of Java. |
4443

4544

4645

4746
## Networking
47+
| Command | Description / Importance |
48+
| ------- | ------------------------ |
4849
hostname -f
4950
ip addr show
5051
ip ro show

0 commit comments

Comments
 (0)