📚 Practice Mode

Linux Operating Systems Fundamentals

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

How would you check f two strings are equal?

  1. a. test $a –eq $b
  2. b. test $a –equal $b
  3. c. test $a = $b
  4. d. sh –c test $a == $b