Sponsored Content
Full Discussion: Linux Dream Job - Achieved
The Lounge What is on Your Mind? Linux Dream Job - Achieved Post 302413441 by chlordane on Thursday 15th of April 2010 06:11:27 PM
Old 04-15-2010
Linux Dream Job - Achieved

Several years ago, I posted a thread titled:

"Where are the UNIX Admin Jobs?"
https://www.unix.com/job-board/29954-...dmin-jobs.html

Well, I am happy to say that after being a phone jockey, and then being unemployed for 11 months, I am now working as a Linux Systems Administrator@HRsmart.

I am posting this as encouragement for others reaching for a goal, and hell, I'm excited too.

I don't plan to stop here, I am getting into Android Develoment, and working on certs since I have income and the company I work with will assist me.

So, anyone else working the job they love?

-chlordane
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

What are job prospects for Unix Linux administrator?

What are job prospects for Unix Linux administrator? How much does the Linux administrator suppose to earn nowadays? I notice that the IT wage scale has been dropping across the board in Canada so I wonder if Linux administrator enumeration is affected too. (3 Replies)
Discussion started by: sito
3 Replies

2. Post Here to Contact Site Administrators and Moderators

How to Post to The UNIX and Linux Forums Job Board

The UNIX and Linux Job Board is a service provided by the The UNIX and Linux Forums to help employers connect with UNIX and Linux professionals. All proceeds from this service go towards supporting the forums. Please PM Neo or email with any questions about this service. Promotion A: $99 ... (0 Replies)
Discussion started by: Neo
0 Replies

3. Linux

how to run cron tab job on linux

Dear All many hosting companies do have provision of cron tab settings In case a web hosting company do not have such facility can I run cron tab job (1 Reply)
Discussion started by: vikaspa
1 Replies

4. UNIX for Dummies Questions & Answers

Unix vs linux in the job place and other questions

hello all, im new to this site...and look forward to corresponding with you all. i am a microsoft kid (sad) currently i work on small networks and repair computers for home and business. i want to better my skill set...but dont want to carry on down the MS route. Basically i want to... (12 Replies)
Discussion started by: j0n1n
12 Replies

5. Shell Programming and Scripting

At command for Linux job not working from php

I have a script .sh with a curl command in it: curl --digest "http://xxxxxxx.xxx/mail.php?email=xxxx@xxx.xx"; from terminal this works good : ./script.sh //(mail arrives in my box) from php this works good: shell_exec('./phpsc.sh'); // (mail arrives in my box) from terminal this... (13 Replies)
Discussion started by: extra93
13 Replies
disown(1)							   User Commands							 disown(1)

NAME
disown - ksh93 built-in function to disassociate a job with the current shell SYNOPSIS
disown [job ...] DESCRIPTION
The ksh93 disown command prevents the current shell from sending a HUP signal to each of the specified jobs when the current shell termi- nates a login session. If job is omitted, disown sends the HUP signal to the most recently started or stopped background job. OPERANDS
The following operands are supported: job Specifies the job or jobs on which disown operates. Specify job as one of the following: number Refers to a process ID. -number Refers to a process group ID. %number Refers to a job number. %string Refers to a job whose name begins with string. %?string Refers to a job whose name contains string. %+ or %% Refers to the current job. %- Refers to the previous job. EXIT STATUS
0 Successful completion. >0 One or more specified jobs does not exist. EXAMPLES
Example 1 Disowning a Job The following example disowns job 1: example% disown %1 AUTHORS
David Korn, dgk@research.att.com ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
bg(1), jobs(1), ksh93(1), wait(1), attributes(5) SunOS 5.11 18 Apr 2007 disown(1)
All times are GMT -4. The time now is 06:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy