How would you write a test that says if /tmp/foo is a directory or USERS is greater than 5?

How would you write a test that says if /tmp/foo is a directory or USERS is greater than 5?


Answer -  test -d /tmp/foo -o $USERS -gt 5


Learn More Multiple Choice Question :