Linux System Information Flashcards
1
Q
display Linux system Information
A
uname -a
2
Q
display kernel release information
A
uname -r
3
Q
show OS Version in this case readhat
A
cat /etc/redhat-release
4
Q
show how long the system has been running + load
A
uptime
5
Q
show system host name
A
hostname
6
Q
display the IP address of the host
A
hostname -I
7
Q
show system reboot history
A
last reboot
8
Q
show the current date and time
A
date
9
Q
show this months calendar
A
cal
10
Q
display who is online
A
w
11
Q
who you are logged in as
A
whoami
12
Q
What does the file system look like (root)
A