Question:medium

Which of the following is used to separate the components in Linux as an alternative?

Show Hint

To easily remember path separators:
  • Linux and macOS use the forward slash (/) (e.g., /home/user/docs).
  • Windows uses the backslash (\textbackslash) (e.g., C:\textbackslash Users\textbackslash Desktop).
Updated On: Jun 18, 2026
  • comma (,)
  • dot (.)
  • back slash (\textbackslash)
  • forward slash (/)
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0