Which of the following file test statement conditions is NOT correct?
- -d filename tests if the file is in the current directory
- -x filename tests a file to determine if it is executable
- -w filename tests a file to determine if it is writable
- -e filename tests if the file exist
Please login or Register to submit your answer