Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently we are using stat for checking weather file or directory exist
stat call doesn't take into account the user privileges and even if the file is there
it might be unavailable to the current user
Use the access system call instead.