exam questions

Exam LFCS All Questions

View all questions & answers for the LFCS exam

Exam LFCS topic 1 question 89 discussion

Actual exam question from Linux Foundation's LFCS
Question #: 89
Topic #: 1
[All LFCS Questions]

Which of the following commands can be used to determine how long the system has been running? (Choose TWO correct answers.)

  • A. uptime
  • B. up
  • C. top
  • D. uname -u
  • E. time –up
Show Suggested Answer Hide Answer
Suggested Answer: AC 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
9866666
5 months, 1 week ago
Selected Answer: AC
The correct answers are: A. uptime - This command directly shows how long the system has been running, along with other information like load average and number of users. C. top - While primarily used to monitor processes and resource usage, the top command also displays system uptime in its header. The other options are incorrect: B. up: There is no standard Linux command called up. D. uname -u: This command shows the system's kernel version. E. time –up: The time command is used to measure the execution time of other commands. There is no -up option for it.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...