New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Linux Foundation Certified System Administrator LFCS Question # 37 Topic 4 Discussion

Linux Foundation Certified System Administrator LFCS Question # 37 Topic 4 Discussion

LFCS Exam Topic 4 Question 37 Discussion:
Question #: 37
Topic #: 4

The script, script.sh, consists of the following lines:

#!/bin/bash

echo $2 $1

Which output will appear if the command, ./script.sh test1 test2, is entered?


A.

test1 test2


B.

test2 test1


C.

script.sh test2


D.

script.sh test1


E.

test1 script.sh


Get Premium LFCS Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.