Node.prototype.isInOwnerGroup = function(groupId){

    if(undefined === groupId){
        groupId = process.getgid();
    }