Interview with organizers of the BSD certification exam


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Interview with organizers of the BSD certification exam
# 1  
Old 03-25-2008
Interview with organizers of the BSD certification exam

Tue, 25 Mar 2008 18:00:00 GMT
The BSD Certification Group, (BSDCG) held its first in-person BSDA certification exam session for systems administrators during SCALE last month in Los Angeles. Subsequent tests were then held held during FOSDEM in Brussels, Belgium, and Linux-Tage Chemnitzer in Chemnitz, Germany. During the events, we were able to catch up with several people involved in the testing. Here's what they had to say about the exam development process, the events themselves, and reasons for becoming certified.


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

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

2. UNIX for Dummies Questions & Answers

Resources for preparing exam certification

I had install Sun Solaris 10 in my virtual machine. Anyhow I still very limitation knowledge how to operate it. Would like to search for help somemore could assist me how could I get the resources by free for me to learn and prepare myself for sitting the Sun cerfitication exam? Please help and... (3 Replies)
Discussion started by: jimmyysk
3 Replies

3. Solaris

2 x Exam questions on Solaris 10 Certification

(1) What CD Number is the Exta CDs on Solaris 10?, 1, 2 3 or 4 (2) You have a file call myfile.z Where do you download it to & where to you unpack it too ? The options are the 4 combinations of Your Home Directory & /tmp No, I don't know the answer to neither :), so do explain your... (9 Replies)
Discussion started by: stevie_velvet
9 Replies

4. UNIX for Advanced & Expert Users

BSD Certification

Hey guys, since you all are experts in *nix, I wanted to know if you all had any personal or professional knowledge concerning the new certification being offered by bsd. They have a website, www.bsdcertification.com, but it really didn't explain too much about it. I am fairly new to the *nix,... (3 Replies)
Discussion started by: icecoldslimburn
3 Replies

5. BSD

for linux and BSD users interested in Unix system V/bsd

for all you unix/linux interested heres an online book for free that covers the basics of BSD SysV Unix commands and applications . giving the average linux user a perspective on the differences in context of the two operating systems and for BSD users covers material as a refernce guide. ... (0 Replies)
Discussion started by: moxxx68
0 Replies
Login or Register to Ask a Question
DATE(1) 						      General Commands Manual							   DATE(1)

NAME
date - print or set the date and time SYNOPSIS
date [-qsu] [[MMDDYY]hhmm[ss]] [+format] OPTIONS
-q Read the date from stdin -s Set the time (implicit for -q or a date string) -u Print the date as GMT -t Use this number of seconds instead of current time EXAMPLES
date # Print the date and time date 0221921610 # Set date to Feb 21, 1992 at 4:10 p.m. DESCRIPTION
With the -q flag or a numeric argument, date sets the GMT time and date. MMDDYY refers to the month, day, and year; hhmmss refers to the hour, minute and second. Each of the six fields must be exactly two digits, no more and no less. date always display the date and time, with the default format for the system. The -u flag request GMT time instead of local time. A format may be specified with a + followed by a printf-like string with the following options: %% % character %A Name of the day %B Name of the month %D mm/dd/yy %H Decimal hour on 2 digits %I Decimal hour modulo 12 on 2 digits %M Decimal minute on 2 digits %S Decimal seconds on 2 digits %T HH:MM:SS %U Decimal week number, Sunday being first day of week %W Decimal week number, Monday being first day of week %X Same as %T %Y Decimal year on 4 digits %Z Time Zone (if any) %a Abbreviated name of the day %b Abbreviated name of the month %c Appropriate date & time (default format) %d Decimal day of the month on 2 digits %e Same as %d, but a space replaces leading 0 %h Same as %b %j Decimal dey of the year on 3 digits %m Decimal month on 2 digits %n Newline character %p AM or PM %r 12-hour clock time with AM/PM %s Number of seconds since the epoch %t Tab character %w Decimal day of the week (0=Sunday) %x Same as %D %y Decimal year on 2 digits SEE ALSO
time(2), ctime(3), readclock(8). DATE(1)