Displaying System Information Flashcards
1
Q
How to display current time that includes day, date, time, time zone and year?
A
date
2
Q
How the determine the uptime?
A
uptime
3
Q
Which command displays hostname, kernel info, distribution, date when was Kernel compiled and architecture that the system supports?
A
uname -a
4
Q
How to find the OS release information?
A
cat /etc/os-release
5
Q
How to display hostname?
A
cat /etc/hostname
6
Q
How to display timezone?
A
cat /etc/timezone