Valid on UNIX only
The Is_SUID function checks the file for the specified attribute SET USER ID.
This file content function has the format:
Is_SUID(filename as String) as Boolean
Identifies a file path.
This function returns TRUE if the attribute is set; otherwise, the function returns FALSE.
Example: Is_SUID function
If Is_SUID(Argv(1)) Then print(Argv(1) + " indicates 'SUID'.") Else print(Argv(1) + " does not indicate 'SUID'.") End If
|
Copyright © 2013 CA.
All rights reserved.
|
|