For Legend look here
Basic Information Commands
-
Output date and time of system:
-
Predefined format
date # Output depends on Locale Settings
-
Given format:
date +%F_%T # 2020-01-06_14:30:00
-
-
Information about user:
- Current user:
id # uid=1003(zasher) gid=985(users) groups=985(users)
- Get list of logged in users:
who # zasher tty1 Jan 6 13:35
- Current user:
-
Uptime of System:
uptime # 14:44:22 up 24 days, 23:34, 0 users, load average: 0,33, 0,33, 029
-
Read Manual about a command:
man
# Hint: Uses the program specified as $PAGER to display the manual -
Find manuals for containing a word in its name:
apropos
-
Log out:
exit