Sponsored Content
The Lounge What is on Your Mind? Regarding Admin life either as DBA or UNIX Linux admin Post 302887595 by Neo on Sunday 9th of February 2014 09:18:51 AM
Old 02-09-2014
Work as a system admin is similar any kind of work... if you have little experience and are not known to be very good at your work; you cannot pick and choose companies or your schedule to any degree of satisfaction.

If you have a lot of experience and are known to be a very valuable employee, you can often easily pick your company and your schedule.

So, your question really makes little sense, because you ask it in the content of someone who has no system admin experience, and no system admin work track record, yet you are looking for the job and benefits that are typically for a much more senior person.
This User Gave Thanks to Neo For This Post:
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

New Suse Linux Admin ?

I have just been handed two new Suse 7.2 Linux systems to Administer. We are wanting to setup monitoring of applications, file system space, etc. Are there standard log directories that an experienced Admin would put scripts, log files, documentation, etc. or just put it under the /root Home... (1 Reply)
Discussion started by: darthur
1 Replies

2. UNIX for Dummies Questions & Answers

Name 10 commands every Linux and Unix admin should know

I'm working on further developing my Unix skills and I'm just curious what some of the experienced admins out there would consider to be 10 essential commands every admin should know. (12 Replies)
Discussion started by: Arkitech
12 Replies

3. What is on Your Mind?

Windows Admin switching to *nix Admin

I'm currently a Windows admin and have wanted to jump ship to the *nix side for a while now. I've been studying both through an lpic level 1 manual as I have time (focusing on debian), and a solaris 10 cert book. The problem is I only have a handful of hours a week to study, and my current job... (3 Replies)
Discussion started by: bobwilson
3 Replies

4. Linux

Linux admin

Hi, Please give some important admin command document . which is helpful in my role. THanks, Mani (8 Replies)
Discussion started by: Mani_apr08
8 Replies

5. Red Hat

I want to become a Linux admin..

Hi , I have skill set in unix/shell scripting. But I would like to become a linux admin..So could you please help on this.. 1) what are the things need to be learn, 2) any reference should be appreciable. 3) or any website.. THanks, Mani (2 Replies)
Discussion started by: Mani_apr08
2 Replies
DBA_HANDLERS(3) 							 1							   DBA_HANDLERS(3)

dba_handlers - List all the handlers available

SYNOPSIS
array dba_handlers ([bool $full_info = false]) DESCRIPTION
dba_handlers(3) list all the handlers supported by this extension. PARAMETERS
o $full_info - Turns on/off full information display in the result. RETURN VALUES
Returns an array of database handlers. If $full_info is set to TRUE, the array will be associative with the handlers names as keys, and their version information as value. Otherwise, the result will be an indexed array of handlers names. Note When the internal cdb library is used you will see cdb and cdb_make. EXAMPLES
Example #1 dba_handlers(3) Example <?php echo "Available DBA handlers: "; foreach (dba_handlers(true) as $handler_name => $handler_version) { // clean the versions $handler_version = str_replace('$', '', $handler_version); echo " - $handler_name: $handler_version "; } ?> The above example will output something similar to: Available DBA handlers: - cdb: 0.75, Revision: 1.3.2.3 - cdb_make: 0.75, Revision: 1.2.2.4 - db2: Sleepycat Software: Berkeley DB 2.7.7: (08/20/99) - inifile: 1.0, Revision: 1.6.2.3 - flatfile: 1.0, Revision: 1.5.2.4 PHP Documentation Group DBA_HANDLERS(3)
All times are GMT -4. The time now is 10:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy