How would you write a test that says if /tmp/foo is a directory or USERS is greater than 5? Linux 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 Share this Share on FacebookTweet on TwitterPlus on Google+