Which of the following file test statement conditions is NOT correct?

Which of the following file test statement conditions is NOT correct?Category: Introduction to Linux IIAuthor "LinuxQuestions"Which of the following file test statement conditions is NOT correct?
Linux Questions Staff asked 1 year ago

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

About the author