Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ecaccess-event-create(1p) [debian man page]

ECACCESS-EVENT-CREATE(1p)				User Contributed Perl Documentation				 ECACCESS-EVENT-CREATE(1p)

NAME
ecaccess-event-create - Create an ECaccess Event SYNOPSIS
ecaccess-event-create -version|-help|-manual ecaccess-event-create [-debug] [-overwrite] [-public] [-comment string] event-name DESCRIPTION
Allow creating an ECaccess Event. As a result the event-id is displayed. If an event already exists with the same event-name then by default the request is rejected (please check the -overwrite option). By default an event is private and restricted to its owner. Access can however be shared with other users thanks to the ecaccess-event- grant command or with the -public option which make it visible to all. ARGUMENTS
event-name The name of the Event to create. OPTIONS
-overwrite Allow deleting an existing event with the same name and create a new one (the identifier will be however different to the original one). -public Allow creating a public event which can be used by everybody. In order to have a better tunning of the permissions please keep the event private and use the ecaccess-event-grant command instead. -comment string Specify the string to display as a comment for the event. -version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-event-create -public -comment "My Comment" "My Event Name" Create the new event with the name "My Event Name" and the comment "My Comment". This new event is public and other users can subscribe to it. SEE ALSO
ecaccess-event-grant, ecaccess-event-clear, ecaccess-event-send, ecaccess-event-list, ecaccess-event-delete and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-EVENT-CREATE(1p)

Check Out this Related Man Page

ECACCESS-FILE-MKDIR(1p) 				User Contributed Perl Documentation				   ECACCESS-FILE-MKDIR(1p)

NAME
ecaccess-file-mkdir - Make a Directory on the ECaccess File System SYNOPSIS
ecaccess-file-mkdir -version|-help|-manual ecaccess-file-mkdir [-debug] ecaccess-file DESCRIPTION
Make the Directory ecaccess-file on the ECaccess File System, if it does not already exist. The ecaccess-file is in the form [domain:][/user-id/]path. Please read the "Shell commands -> File Management" section of the "ecaccess" guide for more information on the ECaccess File System. ARGUMENTS
ecaccess-file The name of the ECaccess Directory to create. OPTIONS
-version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-file-mkdir c1a:/c1a/tmp/systems/xyz/test-dir Make the test-dir Directory in the "/c1a/tmp/systems/xyz" directory on c1a. SEE ALSO
ecaccess-file-delete, ecaccess-file-get, ecaccess-file-mget, ecaccess-file-modtime, ecaccess-file-mput, ecaccess-file-rmdir, ecaccess-file- copy, ecaccess-file-dir, ecaccess-file-mdelete, ecaccess-file-chmod, ecaccess-file-move, ecaccess-file-put, ecaccess-file-size and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-FILE-MKDIR(1p)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Creating Users!!!!

Can any body show me how to create users......... Thnx.... (1 Reply)
Discussion started by: ocpguy
1 Replies

2. Programming

Need to know about Event Management

Hi I need to understand abt Event Management Library for example..A module will be responsible for Handling the event posted by the other modules...and creating a new process for handling the event posted by the other modules..also after completing the event clearing of the event... Need to... (3 Replies)
Discussion started by: nathgopi214
3 Replies

3. UNIX and Linux Applications

grant usage to users listed in a file

hi, i'm trying to grant usage to multiple users whose ids are in a file. i thought that i could put the mysql code within a while loop, but that's not working for me: while read user; do userid=$user passwd="changeme" query="grant usage on mysql.USERS.* to $userid... (2 Replies)
Discussion started by: ankimo
2 Replies

4. Post Here to Contact Site Administrators and Moderators

Event Prediction - Euro 2012

Please add this new "event". (10 Replies)
Discussion started by: ni2
10 Replies

5. Shell Programming and Scripting

Perl script to parse multiple windows event logs.

Hi all, I am developing a log parsing agent in perl to send windows Event logs to Zenoss Monitoring tool. Using Win32::EventLog i can able to get the Event messages but only one Eventype eg Application or System could able to parse at a time. Can you please help to how to open mutiple eventlogs... (3 Replies)
Discussion started by: kar_333
3 Replies