Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

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

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

NAME
ecaccess-event-grant - Grant usage of an ECaccess Event SYNOPSIS
ecaccess-event-grant -version|-help|-manual ecaccess-event-grant [-debug] [-subscribe] [-notify] event-id user-list DESCRIPTION
Allow managing the Event permissions for a list of user(s). The permissions can be either subscribe, notify, both or none. In order to remove permissions to an Event for a list of users use this command with no -subscribe and -notify options. ARGUMENTS
event-id The identifier of the Event to grant. user-list The user(s) to give/remove the permissions. Multiple users should be separated by a column (e.g. abc,def). OPTIONS
-subscribe The user(s) specified in the user-list will be allowed to subscribe to the event-id (e.g. with the -eventIds option of the ecaccess-job-submit command). -notify The user(s) specified in the user-list will be allowed to send notifications to the event-id (e.g. with the ecaccess-event-send command). -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-grant -subscribe 167 abc,def,jhi Allow the users abc, def and jhi to subscribe to this Event. ecaccess-event-grant 167 jkl Remove all rights to the Event for the user jkl. SEE ALSO
ecaccess-event-clear, ecaccess-event-delete, ecaccess-event-send, ecaccess-event-list, ecaccess-event-create and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-EVENT-GRANT(1p)

Check Out this Related Man Page

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

NAME
ecaccess-file-delete - Remove an ECaccess File SYNOPSIS
ecaccess-file-delete -version|-help|-manual ecaccess-file-delete [-debug] [-force] ecaccess-file DESCRIPTION
Remove the ecaccess-file. 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 File to delete. OPTIONS
-force Ignore nonexistent files and complete successfully. -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-delete scratch:bin/a.out Remove the a.out File of the $SCRATCH/bin directory of the authenticated user. SEE ALSO
ecaccess-file-chmod, 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-mkdir, ecaccess-file-move, ecaccess-file-put, ecaccess-file-size and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-FILE-DELETE(1p)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to copy files ?

that's the situation : copy users/abc/def/car.exe to own/users/abc/def/car.exe? the second directory doesn't exists. when you make cp -p users/abc/def/car.exe own/users/abc/def/car.exe it only says that the directory "own/users/abc/def" is invalid. I just don't wanna create all... (9 Replies)
Discussion started by: svennie
9 Replies

2. UNIX for Dummies Questions & Answers

multiple sort

hi i have a file of the following format 123 abc def 2005-09-23 02:04:55 356 abc def 2005-09-23 09:04:55 123 abc def 2005-09-21 19:02:17 234 abc def 2005-09-23 09:04:55 356 abc def 2002-09-23 09:04:55 123 abc def 2005-09-23 09:04:55 i need to sort by the first column and then the... (9 Replies)
Discussion started by: teletype_error
9 Replies

3. UNIX for Dummies Questions & Answers

Changing the order using sed

I have a text "abc def ghi" and I want to get it as "def abc ghi" I am using this echo "abc def ghi" | sed 's/\(*\)\(*\)/\2\1/' But I am not able to get the output, could anyone help me. Thanks (9 Replies)
Discussion started by: venu_nbk
9 Replies

4. Shell Programming and Scripting

Grep -c

echo $abc /abc/def/ghi/jkl/mno/pqr/abc.txt echo $abc | grep -c '/' output - 1 but it should be 7 Why is this happenning? I would like to count the number of occurrences of the character in a specified stream. Can anyone help me? (10 Replies)
Discussion started by: iAm4Free
10 Replies

5. Shell Programming and Scripting

script required

The line is like this +abc+def+mgh+ddsdsd+sa i.e. words seperated by +. There is a plus in the beginning. i want to conver this line to abc, def, mgh, ddsdsd, sa please provide the logic in the form of a shell script Thanks in advance (13 Replies)
Discussion started by: skyineyes
13 Replies

6. UNIX for Dummies Questions & Answers

AWK ??-print for fields within records in a file

Hello all, Would appreciate if someone can help me out on the following requirement. INPUT FILE: -------------------------- TPS REPORT abc def ghi jkl mon pqr stu vrs lll END OF TPS REPORT TPS REPORT field1 field2 field3 field4 field5 field6 (8 Replies)
Discussion started by: hyennah
8 Replies

7. Shell Programming and Scripting

Help with Awk

I have two files: FileA: INGROUP GROUP xyz, abc tst, def dev, ghi prd, jkl FileB GROUP ID abc, developer def, tester ghi, integrator jkl, analyst I want the following output File C (15 Replies)
Discussion started by: pinnacle
15 Replies

8. Shell Programming and Scripting

Join

joining two files: File1: ----- 1|M 2|M 3|F File2: ----- 1|abc|def 3|xyz|pqr join -t '|' 1.txt 2.txt gives(Itried many other ways) 1|M|abc|def 3|F|xyz|pqr but I need the result like following (14 Replies)
Discussion started by: greenworld
14 Replies

9. Shell Programming and Scripting

Replacing or removing a long list of pattern by using awk or sed

Input: >abc|123456|def|EXIT| >abc|203456|def|EXIT2| >abc|234056|def|EXIT3| >abc|340056|def|EXIT4| >abc|456000|def|EXIT5| . . . Output: def|EXIT| def|EXIT2| def|EXIT3| def|EXIT4| def|EXIT5| . . My try code: (9 Replies)
Discussion started by: patrick87
9 Replies

10. Shell Programming and Scripting

How to remove a last field from a file

Hi I have file like this : abc def ghi 123 fgh der 456 sss ttt uuu vvv kkk 098 I need to remove the last field and the output should be like this : abc def ghi fgh der sss ttt uuu vvv kkk Thx in Advance (19 Replies)
Discussion started by: sudharsan23
19 Replies

11. Shell Programming and Scripting

Cut text and assign them into array

file.txt : is delimiter: abc:def:ghi jkl:mno: pqr 123:456:789 if I do the cut command, and cut the first column, and echo it out I will get the output: abc jkl 123 How can I assign the column of text that I've cut into Array? e.g If I were to echo array array it will output as:... (9 Replies)
Discussion started by: andylbh
9 Replies

12. Shell Programming and Scripting

add only one space after each word in a string

hi, I have this string: a="abc def ghi jkl mno pqr" how can I display this to: abc def ghi jkl mno pqr # only one space each (14 Replies)
Discussion started by: h0ujun
14 Replies

13. Shell Programming and Scripting

Pick value from row after a column value

Hi, my input abc def "."; ghi abc kgk mhi def "="; klm nop abc kgg def "j"; klm mno pwd rst I would like to get the content in the inverted commas after def. So, my output would be . = j How do I do it? Please make a note that my input field separator is space and not tab. ... (10 Replies)
Discussion started by: jacobs.smith
10 Replies

14. 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

15. Shell Programming and Scripting

Line up Print outs from Separate Rows

A text file has two logs of same event & both logs have to be correlated into a single line before same can be processed further RAW RunningLog Date Month Year Time Event 9 JUN 2013 1932 2 10 JAN 2014 1000 4 Duration Closed ... (10 Replies)
Discussion started by: newageBATMAN
10 Replies