Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.SUID

TElTarFileAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the file has the SUID (Setuid) attribute.

Declaration

[C#]
    bool SUID;

[VB.NET]
    Property SUID As Boolean

[Pascal]
    property SUID : boolean;

[C++]
    bool get_SUID();
    void set_SUID(bool Value);

[PHP]
    bool get_SUID()
    void set_SUID(bool $Value)

[Java]
    boolean getSUID();
    void setSUID(boolean Value);

Description

The SUID permission of an executable file, if turned on, enables other users to run the file with effective permissions of the file owner.

See also:     UID     SGID    

Discuss this help topic in SecureBlackbox Forum