CompTIA Server+ (SK0-005) — Question 3
Which of the following is the MOST appropriate scripting language to use for a logon script for a Linux box?
Answer options
- A. VBS
- B. Shell
- C. Java
- D. PowerShell
- E. Batch
Correct answer: B
Explanation
The Shell scripting language is specifically designed for use in Linux environments, making it the best choice for logon scripts on a Linux box. Other options like VBS and PowerShell are more suited for Windows systems, while Java and Batch are not typically used for logon scripts in Linux.