1. fs.access(path,mode,callback): Checks the user's permissions for the specified file or directory. path(string): The file or directory path. mode(integer): optional Determines the accessibility checks to be performed. callback:(function): Callb...