| Exam Code/Number: | 117-010Join the discussion |
| Exam Name: | Entry Level Linux Essentials Certificate of Achievement |
| Certification: | Lpi |
| Question Number: | 79 |
| Publish Date: | Jun 13, 2026 |
|
Rating
100%
|
|
The output of the program date should be saved in the variable actdat. What is the correct statement?
Which of the following commands can be used to extract content from a tar file?
How can the normal output of a command be written to a file while discarding the error output?
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?