Displaying System Information Flashcards

1
Q

How to display current time that includes day, date, time, time zone and year?

A

date

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How the determine the uptime?

A

uptime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which command displays hostname, kernel info, distribution, date when was Kernel compiled and architecture that the system supports?

A

uname -a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How to find the OS release information?

A

cat /etc/os-release

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How to display hostname?

A

cat /etc/hostname

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How to display timezone?

A

cat /etc/timezone

How well did you know this?
1
Not at all
2
3
4
5
Perfectly