Sponsored Content
Full Discussion: I have passed RHCSA Exam
The Lounge What is on Your Mind? I have passed RHCSA Exam Post 302961220 by ded325 on Wednesday 25th of November 2015 11:51:22 AM
Old 11-25-2015
I have passed RHCSA Exam

I have passed RHCSA Exam today.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

HELP for Simple exam

Can you help me to know the commands for these problems? 1. Count the no. of users that are currently logged into the system. 2. Count the no. of lines in /etc/passwd that contains the pattern home. 3. Modify Question #2 so that you save all entries from /etc/passwd that contain the... (1 Reply)
Discussion started by: mhos_mhos
1 Replies

2. Red Hat

RHCSA books

hi, can any one tell me how can i find RHCSA books , as i try to search online but i didn't found the books (2 Replies)
Discussion started by: linux_land
2 Replies

3. Red Hat

RHCSA - Become certified

Hi everyone, Getting a RHCSA certification is a good job to do? does it help to get a job as sys admin? companies count on it? please give me some ideas...I want to put some time on this and become certified. so i just want to know if this is a good job to do or I will waste my time. thanks. ... (6 Replies)
Discussion started by: messi777
6 Replies

4. Red Hat

RHCSA certifcation using other than Red Hat OS

I am looking to get RHCSA certified. When I went to get an evaluation copy of Red Hat Enterprise Linux 6.1 I was informed that I could not download it because my email showed a personal email address not a corporate address, as I am currently unemployed and looking to upgrade my skills. I was... (2 Replies)
Discussion started by: seromero
2 Replies

5. UNIX for Advanced & Expert Users

Rhcsa

Hi there, Can anyone guide me as in where can I register for the RHCSA exam in New Delhi(India).I had tried searching on google/Red Hat site(as in link below),and can see the Fee of the exam written as INR 10,000 but when I tried registering for it,location doesn't show India at all. ... (2 Replies)
Discussion started by: saurabh_srv
2 Replies

6. What is on Your Mind?

RHCSA exam

Hi All, I plan to appear for a RHCSA certification and am confused a bit. I am trying to register on the RedHat site for the EX200 exam and am taken to this page Red Hat Certified System Administrator (RHCSA) exam - EX200 | Red Hat It says this involves training too. But I am not... (0 Replies)
Discussion started by: Junaid Subhani
0 Replies

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

8. Shell Programming and Scripting

My Exam Question

Hello My friends, This is my new Thread and i am so newbie about Bash/shell code. My first exam question is : there is a file (name is also File) and this file has 2 letters and 1 number. And number is in the middle. like this a 2 c I have to show only number on screen. And i did like... (1 Reply)
Discussion started by: Darthy
1 Replies
CAL_FROM_JD(3)								 1							    CAL_FROM_JD(3)

cal_from_jd - Converts from Julian Day Count to a supported calendar

SYNOPSIS
array cal_from_jd (int $jd, int $calendar) DESCRIPTION
cal_from_jd(3) converts the Julian day given in $jd into a date of the specified $calendar. Supported $calendar values are CAL_GREGORIAN, CAL_JULIAN, CAL_JEWISH and CAL_FRENCH. PARAMETERS
o $jd - Julian day as integer o $calendar - Calendar to convert to RETURN VALUES
Returns an array containing calendar information like month, day, year, day of week, abbreviated and full names of weekday and month and the date in string form "month/day/year". EXAMPLES
Example #1 cal_from_jd(3) example <?php $today = unixtojd(mktime(0, 0, 0, 8, 16, 2003)); print_r(cal_from_jd($today, CAL_GREGORIAN)); ?> The above example will output: Array ( [date] => 8/16/2003 [month] => 8 [day] => 16 [year] => 2003 [dow] => 6 [abbrevdayname] => Sat [dayname] => Saturday [abbrevmonth] => Aug [monthname] => August ) SEE ALSO
cal_to_jd(3), jdtofrench(3), jdtogregorian(3), jdtojewish(3), jdtojulian(3), jdtounix(3). PHP Documentation Group CAL_FROM_JD(3)
All times are GMT -4. The time now is 07:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy