Node.prototype.isOwner = function(userId){

    if(undefined === userId){
        userId = process.getuid()
    }