Sponsored Content
Full Discussion: How to get started with Unix
Top Forums Shell Programming and Scripting How to get started with Unix Post 302683531 by aashish.sharma8 on Wednesday 8th of August 2012 07:16:24 AM
Old 08-08-2012
You have already started !!

All you need is to have patience - This is not a subject to learn in a day !!

Just keep looking and understand what problems other's are facing and try to come up with the solutions....That's what I am doing...The best way to learn...!!

Try to take some assignments on your own by trying some simple programs which you must have done in C, If you are working in any organisation then think of some task which could be automated with the shell.But be sure not to automate every task !! Otherwise your manager may think of your release :-) ( My personal experiance )
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how do i get unix started

i am a total newbie...and want to learn unix....firstly...how do i get unix....if it is available on the internet then where is it?...and how do i get this to work then.....plz plz help asap...really desperate now thanx in advance (10 Replies)
Discussion started by: chaitanyamanot
10 Replies

2. UNIX for Dummies Questions & Answers

Help getting started

Dear all, I just found out that my company is thinking of installing a unix server and is considering either sun or ibm. The thing is that i want to learn these two systems before they take a decision and maybe it will be a big career booster. The problem is that i don't know anything about... (7 Replies)
Discussion started by: patslaiby
7 Replies

3. UNIX for Dummies Questions & Answers

Getting started with VPS management through UNIX

Hi everybody, I have a VPS account and I have hit my limit for domains to manage through Plesk. I now need to begin administering new domains through UNIX. I've never used UNIX before but do have some experience with command line environments. I was able to connect today (I think). So the next... (1 Reply)
Discussion started by: snarky
1 Replies

4. UNIX for Dummies Questions & Answers

Getting Started with Unix

I am new to Unix and want to learn it thoroughly. From where can I download books/e-books and tutorials for free of charge:confused: (2 Replies)
Discussion started by: indiansoil
2 Replies

5. UNIX for Dummies Questions & Answers

Getting Started with Unix....

Hi all I'm a beginner in Unix world.I want to know from where i should start Book,E-Book.web site ,...etc by the way how many version does unix have? i should install which version? How to install it? and very important,is there any simulator for training purpose? for example can i install unix... (2 Replies)
Discussion started by: ZarrinPour
2 Replies

6. OS X (Apple)

I'm new and I am trying to get started with OS-X

I bought my first Mac a year ago December, and I love it. I have been interested in trying to write my own programs and don't even know where to start. I have never written any software before and was wondering if anyone could give me some recommendations on any books or other good websites that... (2 Replies)
Discussion started by: LittleWoman815
2 Replies

7. UNIX for Dummies Questions & Answers

getting started

hi world, I am trying to learn how to program in c, I've gotten a few books and have been reading them, one even came with bloodshed dev-c compiler, it is not working, every time I build the hello world program it always comes back saying " G__~1.EXE: installation problem, cannot exec `cpp': No... (1 Reply)
Discussion started by: jsayres
1 Replies

8. Solaris

Getting Started in UNIX - incorporating C coding

I'm just starting a 'serious' coding in UNIX, so what I need is to run a C code on UNIX, What do I have to install (app) prior to coding/running the code and how do I compile that code? can I write my c code in UNIX or I need to have a visual studio for this? (7 Replies)
Discussion started by: Peevish
7 Replies

9. Shell Programming and Scripting

Just started using UNIX, im at the basics and my scripts broken.

echo "Hi $username, guess what my favourite colour is!" count=0 while ] do read colour if then $count=1 echo "See ya later!" elif then $count=1 echo "You guessed correctly! Great job!"... (6 Replies)
Discussion started by: solomonsnare
6 Replies

10. What is on Your Mind?

Just getting started with UNIX programming and administration

Hi everyone, I am new to this forum and this is my very first post, one i think i will look back at many years from now and have nothing to regret about. This is simply because i recently installed Linux (Ubuntu) on my system and downloaded a book titled, The Unix Programming Environment. I... (7 Replies)
Discussion started by: despiragado
7 Replies
tapset::task(3stap)													       tapset::task(3stap)

NAME
tapset::task - systemtap task tapset DESCRIPTION
task_current The current task_struct of the current task See function::task_current(3stap) for details. task_parent The task_struct of the parent task See function::task_parent(3stap) for details. task_state The state of the task See function::task_state(3stap) for details. task_execname The name of the task See function::task_execname(3stap) for details. task_pid The process identifier of the task See function::task_pid(3stap) for details. pid2task The task_struct of the given process identifier See function::pid2task(3stap) for details. pid2execname The name of the given process identifier See function::pid2execname(3stap) for details. task_tid The thread identifier of the task See function::task_tid(3stap) for details. task_gid The group identifier of the task See function::task_gid(3stap) for details. task_egid The effective group identifier of the task See function::task_egid(3stap) for details. task_uid The user identifier of the task See function::task_uid(3stap) for details. task_euid The effective user identifier of the task See function::task_euid(3stap) for details. task_prio The priority value of the task See function::task_prio(3stap) for details. task_nice The nice value of the task See function::task_nice(3stap) for details. task_cpu The scheduled cpu of the task See function::task_cpu(3stap) for details. task_open_file_handles The number of open files of the task See function::task_open_file_handles(3stap) for details. task_max_file_handles The max number of open files for the task See function::task_max_file_handles(3stap) for details. SEE ALSO
function::task_current(3stap), function::task_parent(3stap), function::task_state(3stap), function::task_execname(3stap), function::task_pid(3stap), function::pid2task(3stap), function::pid2execname(3stap), function::task_tid(3stap), function::task_gid(3stap), function::task_egid(3stap), function::task_uid(3stap), function::task_euid(3stap), function::task_prio(3stap), function::task_nice(3stap), function::task_cpu(3stap), function::task_open_file_handles(3stap), function::task_max_file_handles(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::task(3stap)
All times are GMT -4. The time now is 11:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy