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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,12 @@ To see who is currently logged into the system, use:
72
72
who
73
73
```
74
74
75
+
### Get system information
76
+
To get some system information, use:
77
+
```bash
78
+
uname
79
+
```
80
+
75
81
These commands provide a deeper understanding of the system you’re working on, helping you familiarize yourself with its capabilities and current state.
0 commit comments