Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.SGID

TElTarFileAttributes     See also     


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


Specifies whether the file has the SGID (Setgid) attribute.

Declaration

[C#]
    bool SGID;

[VB.NET]
    Property SGID As Boolean

[Pascal]
    property SGID : boolean;

[C++]
    bool get_SGID();
    void set_SGID(bool Value);

[PHP]
    bool get_SGID()
    void set_SGID(bool $Value)

[Java]
    boolean getSGID();
    void setSGID(boolean Value);

Description

The SGID permission of an executable file, if turned on, enables other users to inherit the effective GID of file group owner.

See also:     GID     SGID    

Discuss this help topic in SecureBlackbox Forum