RedHat administrator certification

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat RedHat administrator certification
# 1  
Old 09-15-2014
RedHat administrator certification

Hi All,

I want to get certified as RedHat administrator and i though why not to use this wonderfull forum to ask this question.
Can someone please let me know some good institues in 'Mumbai' from where i can take RedHat courses and get certified. Also it will be of great help if i can get some links/PDFs/online courses which will help me to get certified.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Is redhat training mandatory for RHCSA certification

Hey guys, I m planning to take the RHCSA certification. Do I have to take the training from RedHat first? Is it mandatory or I can go on my own and appear for the certification? Let me know. Thanks... (2 Replies)
Discussion started by: snchaudhari2
2 Replies

2. UNIX for Dummies Questions & Answers

Redhat Certification

Hi, I have been in IT for 7 yrs. I worked in different sort of project in unix (know to right shell script). Now I would like to do certification in Red hat (also its mandatory to take). Shall I go for admin or programming certification. Please help me out which one will suit me, also will... (3 Replies)
Discussion started by: stew
3 Replies

3. What is on Your Mind?

The Benefits or Not of Certification (was LPIC certification)

Hi guys, What do you think about these certifications? (18 Replies)
Discussion started by: Luca.Francesca
18 Replies

4. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies

5. Red Hat

Redhat certification dumps

I'm planning to write the RHEL certification . I'm looking for the certification dumps. Can you help me (2 Replies)
Discussion started by: karthik9358
2 Replies

6. What is on Your Mind?

Fresher Salary Details for Redhat Certified System Administrator

I am thinking of doing Redhat certified system Administrator Course(RHCSA).what is the salary details after doing this course in india,Singapore? (0 Replies)
Discussion started by: rajesh1986
0 Replies

7. Red Hat

Please guide me the linux administrator certification course

HI All, Please guide me the linux administrator certification course. I want to do that certification. Is redhat is best? Or any other? I want to know the syllabus also? Please suggest me ? Thanks in Advance regards Srivani (3 Replies)
Discussion started by: ksrivani
3 Replies

8. HP-UX

Certification HP Certified Systems Administrator

Helle everyone, I want to get the Certification HP Certified Systems Administrator. But i dont understand exactly how much exams do i need to pass. Question : which exams do i have to passe to get this certificate? (9 Replies)
Discussion started by: stunaz
9 Replies

9. What is on Your Mind?

Unix Administrator and Linux Administrator transition

Hello Unix Experts, I'm going to be graduating with a CIS (Computer Information Systems) degree in the coming year. I have been offered an internship with a job title of Unix Administrator under a well known company. I understand that Unix is used for high-end servers in many large... (1 Reply)
Discussion started by: brentmd24
1 Replies
Login or Register to Ask a Question
CPASSWD(1)						    BSD General Commands Manual 						CPASSWD(1)

NAME
cpasswd -- scramble passwords for csup authentication SYNOPSIS
cpasswd clientName serverName DESCRIPTION
The cpasswd utility creates scrambled passwords for the CVSup server's authentication database. It is invoked with a client name and a server name. ClientName is the name the client uses to gain access to the server. By convention, e-mail addresses are used for all client names, e.g., 'BillyJoe@FreeBSD.org'. Client names are case-insensitive. ServerName is the name of the CVSup server which the client wishes to access. By convention, it is the canonical fully-qualified domain name of the server, e.g., 'CVSup.FreeBSD.ORG'. This must agree with the server's own idea of its name. The name is case-insensitive. To set up authentication for a given server, one must perform the following steps: 1. Obtain the official serverName from the administrator of the server or from some other source. 2. Choose an appropriate clientName. It should be in the form of a valid e-mail address, to make it easy for the server administrator to contact the user if necessary. 3. Choose an arbitrary secret password. 4. Run cpasswd, and type in the password when prompted for it. The utility will print out a line to send to the server administrator, and instruct you how to modify your $HOME/.csup/auth file. You should use a secure channel to send the line to the server administrator. Since $HOME/.csup/auth contains passwords, you should ensure that it is not readable by anyone except yourself. FILES
$HOME/.csup/auth Authentication password file. SEE ALSO
csup(1), cvsup(1), cvsupd(8). http://www.cvsup.org/ AUTHORS
Petar Zhivkov Petrov <pesho.petrov@gmail.com> is the author of cpasswd, the rewrite of cvpasswd. John Polstra <jdp@polstra.com> is the author of CVSup. LEGALITIES
CVSup is a registered trademark of John D. Polstra. FreeBSD June 27, 2007 FreeBSD