Which of the following file types is commonly used in UNIX/Linux operating…
2025
Which of the following file types is commonly used in UNIX/Linux operating systems ?
- A.
.exe
- B.
.bat
- C.
.sh
- D.
.com
Attempted by 19 students.
Show answer & explanation
Correct answer: C
The.sh file extension is commonly used in UNIX/Linux operating systems for shell scripts. These files contain commands that are executed by the shell interpreter, allowing users to automate tasks and manage system operations efficiently.