Sponsored Content
Special Forums Cybersecurity Information Security Certification ?? Post 302376625 by zedex on Wednesday 2nd of December 2009 12:32:27 AM
Old 12-02-2009
Bug Information Security Certification ??

Hi All

I am not sure this is the right place to ask this question.

I am from India ( Mumbai ) .I am in IT industry ( as Application developer / System support ) for nearly 4 years i dont have any direct security related work experience but i did work on cryptography & Access control in 2 of my projects for around year. I work on Unix / Shell scripting / Perl Scripting. I want to do a certification in Information security , i came across ISC2.org where i asked them whether i am eligible for the (SSCP) exam but got no response. i also searched for security related forums but i cant seem to find any.

So guys please guide me on how to go about this ? which are the good organizations who offer certification in security which is know in international market. Looking forward to your replies.

P.S : Mods please move the thread to appropriate area if this is not the right place
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Information regarding Unix certification course

Hi, Can you please let me know about the unix certification courses? Also please send me link where i can find this information. Regards, Vaibhav (2 Replies)
Discussion started by: vaibhav
2 Replies

2. AIX

Aix Certification Information

Hi, I want to know what is next certification after 222, Any Idea? (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. AIX

Information required for AIX certification

Hello friends, I want some information on AIX certification and want to give the AIX certification exam but not getting the proper information required. Basically when I am trying to search the information about this certification getting different options like "AIX p series certification" Aix... (6 Replies)
Discussion started by: naman agarwal
6 Replies
getpid(2)							System Calls Manual							 getpid(2)

NAME
getpid, getpgrp, getppid - Gets the process ID, process group ID, parent process ID SYNOPSIS
#include <unistd.h> pid_t getpid( void ); pid_t getpgrp( void ); pid_t getppid( void ); Application developers may want to specify an #include statement for <sys/types.h> before the one for <unistd.h> if programs are being developed for multiple platforms. The additional #include statement is not required on Tru64 UNIX systems or by ISO or X/Open standards, but may be required on other vendors' systems that conform to these standards. STANDARDS
Interfaces documented on this reference page conform to industry standards as follows: getpid(), getpgrp(), getppid(): POSIX.1, XPG4, XPG4-UNIX Refer to the standards(5) reference page for more information about industry standards and associated tags. DESCRIPTION
The getpid() function returns the process ID of the calling process. The getpgrp() function returns the process group ID of the calling process. The getppid() function returns the parent process ID of the calling process. When a process is created, its parent process ID is the process ID of its parent process. If a parent process exits, the parent process IDs of its child processes are changed to the process ID of the init program. RELATED INFORMATION
System calls: fork(2), kill(2), setpgid(2), setsid(2), wait(2) Standards: standards(5) delim off getpid(2)
All times are GMT -4. The time now is 11:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy