if 文と test コマンド - UNIX & Linux コマンド・シェルスクリプト リファレンス

-o = OR
-a = AND
-f = if the file is normal then true
-e = if the file exists then true

$ false
$ echo $?
1