Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

grant(l)


GRANT

GRANT

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
SEE ALSO

NAME

grant - grant access control to a user or group

SYNOPSIS

grant <privilege[,privilege,...]>

on <rel1>[,...<reln>]

to [public | group <group> | <username>]

privilege is {ALL | SELECT | INSERT | UPDATE | DELETE | RULE}

DESCRIPTION

Grant allows you to give specified permissions to all users or a certain user or group. By default, only the table owner has rights.

EXAMPLES

--
--Example of a grant
--
grant insert

on mytab

to public

SEE ALSO

revoke(l)



grant(l)