linux operating commands and unix operating commands

The EA Roadmap to Rationalize, Standardize, and Consolidate the IT Portfolio

 
Thread Tools Search this Thread
# 1  
Old 01-31-2011
The EA Roadmap to Rationalize, Standardize, and Consolidate the IT Portfolio

An effective rationalization, standardization, and consolidation process can help organizations understand their current Enterprise Architecture maturity level and move forward on the appropriate roadmap, says author Alan Levine.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Red Hat

Roadmap to upgrade from RHEL 5.8 to 6.6

Hello, We are thinking about upgrading our RHEL platform from 5.8 to 6.6 but we've been advised we need to build new servers from scratch. For us this approach is not feasible as it requires new hardware and our servers are 1-year old. I was wondering if somebody has done or planned for a... (2 Replies)
Discussion started by: fabiogilr
2 Replies
Login or Register to Ask a Question
setregid(2)							System Calls Manual						       setregid(2)

Name
       setregid - set real and effective group ID

Syntax
       setregid(rgid, egid)
       int rgid, egid;

Description
       The real and effective group ID's of the current process are set to the arguments.

       Supplying a value of -1 for either the real or effective group ID forces the system to substitute the current ID for the -1 parameter.

Environment
       BSD
       If  the	process is superuser, or and matches with the real group ID, the effective group ID, or the saved set-group-id (as described in ),
       then the real, effective, and saved set-group-id are set to and respectively.

       POSIX
       SYSTEM-FIVE
       When your program is compiled in POSIX or SYSTEM-FIVE mode, the following semantics apply when using the function.

       If the process is the superuser, the real, effective, and saved set-group-id (as described in ) are set to and respectively.

       If the process is not the superuser, but the and matches the real group ID, the effective group ID (only in SYSTEM-FIVE	and  BSD  environ-
       ment), or the saved set-group-id, then the effective ID is set to The real group ID and the saved set-group-id are left unchanged.

Return Values
       Upon successful completion, a value of zero (0) is returned.  Otherwise, a value of -1 is returned, and errno is set to indicate the error.

Diagnostics
       [EPERM]	      The  current process is not the superuser and the and specified does not match with the real group ID or the effective group
		      ID (only in SYSTEM-FIVE and BSD environment) or the saved set-group-id.

See Also
       getgid(2), setreuid(2), setgid(3)

																       setregid(2)