Sponsored Content
Full Discussion: Career in Unix
The Lounge What is on Your Mind? Career in Unix Post 302691545 by methyl on Friday 24th of August 2012 07:38:35 PM
Old 08-24-2012
Which Database Engine(s) do you know ?
Which Operating System(s) do you know?

Though I have just asked these questions, this is purely to gauge your current position.

In practice commercial products come and go, but the basic skills are portable. Just be prepared to convert.

I was once an acknowledged expert in Borland DBase II under MUCCP/M which was built on much experience with IDMS/X under VME/B. Strangely nobody has mentioned any of these product for a few years (lol), but the basic DBA skills were portable to Oracle on any platform.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

A Unix career?

I am going on 16 and im wondering if a Unix career would be suitable for me when im 18, or if it will even be possible for me to get a job working as some sort of a junior sys admin at that age. I am just starting to get into all this Unix stuff and I see the vision. So, is it really possible... (3 Replies)
Discussion started by: Gavan
3 Replies

2. UNIX for Advanced & Expert Users

career as a unix admin and new graduate

Hello all, Im about to graduate with a degree in computer science. I think i've found my 'niche' in unix and would like to take it up as a career. I hope you dont mind answering a few questions. How hard is it to get the foot in the door? Whats the best way to get the foot in the door? ... (5 Replies)
Discussion started by: stride6
5 Replies

3. What is on Your Mind?

Unix Career Path

Hi, I've been in the IT field for a few years now, less than 10. I've done a little of everything from database administration, development, systems administration, and unix administration. Although, I wouldnt say I'm a senior level in any of those. Unix definitely stands out in my preferences... (5 Replies)
Discussion started by: NycUnxer
5 Replies

4. UNIX for Dummies Questions & Answers

how to use career in unix

Hi, I want to start my career in Unix. I would like to know what is the job profile that I have to refer to and what is the basic knowledge that is required......I am a B.sc graduate and currently working in a BPO from past 1 year....... Thanking you in advance... Ram Suresh.L (5 Replies)
Discussion started by: ramsuresh
5 Replies

5. Programming

Unix Career path

Hi, I am having experience on Perl and C# and worked as Windows Sytem Admin and now iam planning to become a UNIX developer. I am having knowledge on basic UNIX.. can any one suggest me any good material for c/c++ UNIX programming. on what all things a UNIX Programmer needs to... (0 Replies)
Discussion started by: chandrareddy1
0 Replies

6. UNIX for Advanced & Expert Users

Suggestion Required for UNIX career

Hi, I am having experience on Perl and C# and worked as Windows Sytem Admin and now iam planning to become a UNIX developer. I am having knowledge on basic UNIX.. can any one suggest me any good material for c/c++ UNIX programming. on what all things a UNIX Programmer needs to... (1 Reply)
Discussion started by: chandrareddy1
1 Replies

7. UNIX for Dummies Questions & Answers

What are the career options in unix apart from unix system administration?

What are the career options in unix apart from unix system administration? (2 Replies)
Discussion started by: thulasidharan2k
2 Replies

8. What is on Your Mind?

UNIX career path

Hi All, This question is regarding career path. I was not sure about which forum I should drop it, so putting it here. I have 12 years of experience on UNIX i.e. majority of Solaris and some of Linux (Suse & Red Hat). Since starting I have been working on 100% administration side and I am not... (0 Replies)
Discussion started by: solaris_1977
0 Replies

9. What is on Your Mind?

UNIX career path for Admin

Hello, Just wanted to have a suggestion on UNIX carrier path and I couldn't found any proper forum/blog where I can put this question better than this one. I have been working on Solaris from past 13 years and some years on Linux. It was completely on Admin side and never on development or... (12 Replies)
Discussion started by: solaris_1977
12 Replies

10. What is on Your Mind?

Need career advise as UNIX adminstrator

I have been working in application support at last 2 years. But I want to become unix administrator and I have basic knowledge in unix command, VI Editors, Unix file system. But I don't know proper procedure to become unix administrator, so could you please give suggestion and advise where I start... (4 Replies)
Discussion started by: gopal88
4 Replies
term::ansi::ctrl::unix(n)					 Terminal control					 term::ansi::ctrl::unix(n)

__________________________________________________________________________________________________________________________________________________

NAME
term::ansi::ctrl::unix - Control operations and queries SYNOPSIS
package require Tcl 8.4 package require term::ansi::ctrl::unix ?0.1? ::term::ansi::ctrl::unix::import ?ns? ?arg...? ::term::ansi::ctrl::unix::raw ::term::ansi::ctrl::unix::raw ::term::ansi::ctrl::unix::columns ::term::ansi::ctrl::unix::rows _________________________________________________________________ DESCRIPTION
WARNING: This package is unix-specific and depends on the availability of two unix system commands for terminal control, i.e. stty and tput, both of which have to be found in the $PATH. If any of these two commands is missing the loading of the package will fail. The package provides commands to switch the standard input of the current process between raw and cooked input modes, and to query the size of terminals, i.e. the available number of columns and lines. API
INTROSPECTION ::term::ansi::ctrl::unix::import ?ns? ?arg...? This command imports some or all attribute commands into the namespace ns. This is by default the namespace ctrl. Note that this is relative namespace name, placing the imported command into a child of the current namespace. By default all commands are imported, this can howver be restricted by listing the names of the wanted commands after the namespace argument. OPERATIONS ::term::ansi::ctrl::unix::raw This command switches the standard input of the current process to raw input mode. This means that from then on all characters typed by the user are immediately reported to the application instead of waiting in the OS buffer until the Enter/Return key is received. ::term::ansi::ctrl::unix::raw This command switches the standard input of the current process to cooked input mode. This means that from then on all characters typed by the user are kept in OS buffers for editing until the Enter/Return key is received. ::term::ansi::ctrl::unix::columns This command queries the terminal connected to the standard input for the number of columns available for display. ::term::ansi::ctrl::unix::rows This command queries the terminal connected to the standard input for the number of rows (aka lines) available for display. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category term of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
ansi, columns, control, cooked, input mode, lines, raw, rows, terminal COPYRIGHT
Copyright (c) 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net> term 0.1 term::ansi::ctrl::unix(n)
All times are GMT -4. The time now is 01:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy