Sponsored Content
Full Discussion: Unix Certification
Top Forums UNIX for Dummies Questions & Answers Unix Certification Post 302082367 by amro1 on Tuesday 1st of August 2006 05:16:22 PM
Old 08-01-2006
Some...

For Solaris see sun.com for aix ibm.com,
there's no requirements for class to take exam, you can learn stuff by yourself and then go to any of countless locations and take the exam. If you pass the certificate will arrive by mail. I think AIX those days requires 4 days training but I'm can be wrong about it.
 

10 More Discussions You Might Find Interesting

1. HP-UX

Unix Certification

Hi, Can anyone please let me know about Unix Certifications available? Regards, Puspendu (4 Replies)
Discussion started by: puspendu
4 Replies

2. UNIX for Dummies Questions & Answers

unix certification

hi, Can you you please tell me which will be the best Unix certification to get. (1 Reply)
Discussion started by: asinha14
1 Replies

3. What is on Your Mind?

UNIX Certification

I am taking the UNIX Essentials/UNIX Core class on DVD. Two certifications are offered with it. What would be the next logical step in UNIX training after that? Would I need an instructor-led class? My company is offering $2500 towards Open Systems training and I would like to make the best... (1 Reply)
Discussion started by: ednan171
1 Replies

4. UNIX for Advanced & Expert Users

certification in Unix ?

Hi all General question ...please help ... Can anybody tell me how to get certified in UNIX ? Is/are there any certificaion paper(s) for UNIX OR any organization helps outsiders to get cerified in Unix. I know about Linux certification ..red hat and all.... But is there an specific Unix... (2 Replies)
Discussion started by: varungupta
2 Replies

5. UNIX and Linux Applications

Please help me for UNIX certification

Hi, Last 2 years i am working in unix environment .I am interested to do some certification on UNIX.Could you please suggest me regarding this.. Thanks in adcance p kumar (1 Reply)
Discussion started by: sradha
1 Replies

6. HP-UX

Unix Certification

Which certification I can go for?? (1 Reply)
Discussion started by: bharat.techie
1 Replies

7. Shell Programming and Scripting

UNIX Certification

Hello Everybody, Is there any unix certification , where i can be a unix certified. (1 Reply)
Discussion started by: pritish.sas
1 Replies

8. UNIX for Advanced & Expert Users

Certification on Unix

Hi all, I want to do a certification on unix, i dont have any idea about it. Can any one help me in where i can get the information on "UNIX CERTIFICATION" Thanks in advance, (1 Reply)
Discussion started by: vij_krr
1 Replies

9. Shell Programming and Scripting

UNIX Certification

Hi, I am willing to do UNIX certification other than Administration. Could any one suggest me which unix developers certification will be better to do get good employment opportunities. Thanks in advance.:b::b: (2 Replies)
Discussion started by: jhon1257
2 Replies

10. UNIX for Dummies Questions & Answers

UNIX certification

Hi there, I have 7+ IT experience worked in various support project in unix, pl/sql and C. I would like to take certification in unix (but I worked in shell scripting not in admin). I surfed net for certification but all are suggesting for admin certification like redhat, scsa..... I want to... (0 Replies)
Discussion started by: stew
0 Replies
door_revoke(3DOOR)					      Door Library Functions						door_revoke(3DOOR)

NAME
door_revoke - revoke access to a door descriptor SYNOPSIS
cc -mt [ flag ... ] file ... -ldoor [ library ... ] #include <door.h> int door_revoke(int d); DESCRIPTION
The door_revoke() function revokes access to a door descriptor. Door descriptors are created with door_create(3DOOR). The door_revoke() function performs an implicit call to close(2), marking the door descriptor d as invalid. A door descriptor can only be revoked by the process that created it. Door invocations that are in progress during a door_revoke() invoca- tion are allowed to complete normally. RETURN VALUES
Upon successful completion, door_revoke() returns 0. Otherwise, door_revoke() returns -1 and sets errno to indicate the error. ERRORS
The door_revoke() function will fail if: EBADF An invalid door descriptor was passed. EPERM The door descriptor was not created by this process (with door_create(3DOOR)). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |all | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
close(2), door_create(3DOOR), libdoor(3LIB), attributes(5) SunOS 5.10 21 Aug 1997 door_revoke(3DOOR)
All times are GMT -4. The time now is 01:26 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy