在Shell脚本中,可以利用以下哪条if语句判断在/home/centos8/目录下是否存在tempfile文件? A. if [ -e /home/centos8/tempfile ] B. if [ -d /home/centos8/tempfile ] C. if ( /home/centos8/tempfile ) D. if ( test /home/centos8/tempfile ) ...