102-500 Exam QuestionsBrowse all questions from this exam

102-500 Exam - Question 45


What output does the command seq 10 produce?

Show Answer
Correct Answer: E

The command seq 10 produces a sequence of numbers from 1 to 10, each on a new line. The command's default behavior is to start at 1 and increment by 1 until it reaches the specified number.

Discussion

3 comments
Sign in to comment
lucaverceOption: E
May 12, 2022

[root@test ~]# seq 10 1 2 3 4 5 6 7 8 9 10 [root@test ~]#

lucaverce
May 14, 2022

tested in RedHat (RHEL 8)

iwkno6Option: E
Aug 27, 2021

E. tested on Ubuntu

hamdyaea
Sep 6, 2021

ok tested in Manjaro