This is good to test a file has enough permission to do read, write or execute operations. For a good programmer, you should use these functions before doing any operations on the file.

Advertisement

1. Test read permission:

Below script will check if the given file has read permission for currently logged in user. This will be useful to test before start reading any file inside a shell script.

2. Test write permission:

Below script will check if a given file has to write permission for currently logged in user. This will be useful to test before writing content to any file inside a shell script.

3. Test execute permission:

Below script will check if the given file has execute permission for currently logged in user. This will be useful to test before executing any file inside a shell script.

Share.

1 Comment

Leave A Reply


Exit mobile version