I am executing below script to verify if file is executable or not.
sample script:
#!/bin/ksh touch /tmp/abc.txt FILE=/tmp/abc.txt chmod +x $FILE if [ -x $