I'm new here, pls advise about Unix.....


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers I'm new here, pls advise about Unix.....
# 1  
Old 10-10-2005
Question I'm new here, pls advise about Unix.....

I am fresh grad and just landed a job as a IC Design CAD Tools System Engineer and my boss asked me to learn Unix(Admin side) as they're using Unix based system. Can anyone pls give me idea how to start? what editor,etc?
# 2  
Old 10-10-2005
I'm new here, pls advise about Unix.....

well u can use the vi editor. it's something like notepad/wordpad.

there are alot of resources on vi editor. just type vi help or vi tutorial in yahoo search or google n they will return u a whole list.

also there are a whole lot of resources on unix administration as well. try this url: http://wks.uts.ohio-state.edu/sysadm.../sysadm-1.html
# 3  
Old 10-10-2005
Question

then, what my boss mean by learning admin side Unix?

1) What's the admin side Unix and what's the client side Unix?
2) What program shd i use to try, VIM?
3) Any website that i can refer to learn Admin side Unix?

Thanks.
# 4  
Old 10-10-2005
Hi There,

Ii believe your boss must be asking u to pick up administration skills for unix. i have given u the url for System admin in my previous post. Do check it out.

Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set.

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.

Vim is often called a "programmer's editor," and so useful for programming that many consider it an entire IDE. It's not just for programmers, though. Vim is perfect for all kinds of text editing, from composing email to editing configuration files.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

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

2. Shell Programming and Scripting

Request for advise on how to remove control characters in a UNIX file extracted from top command

Hi, Please excuse for posting new thread on control characters, I am facing some difficulties in removing the control character from a file extracted from top command, i am able to see control characters using more command and in vi mode, through cat control characters are not visible ... (8 Replies)
Discussion started by: karthikram
8 Replies

3. UNIX for Dummies Questions & Answers

some basic unix questions pls iam a newbie

what is a assembler what isa interpreter what is a compiler what is a socket what is a port what is meant by listening to a port how we do it how to know version and standard of unix one is using when one is on public access unix account how to see a jobid in... (1 Reply)
Discussion started by: scimitar
1 Replies

4. Programming

Please give me some advise to program for unix/linux using c/c++?

I have a good foundation of c++.I want to learn to program for linux/unix,can you give me some advises,for example classic books ,which operating system is used better(freebsd,solaris,federal linux.etc),and which aspects uses mostly in job.Can you give me clear direction for working or learning. (1 Reply)
Discussion started by: fengshuiyue
1 Replies

5. Shell Programming and Scripting

scripting/awk help : awk sum output is not comming in regular format. Pls advise.

Hi Experts, I am adding a column of numbers with awk , however not getting correct output: # awk '{sum+=$1} END {print sum}' datafile 2.15291e+06 How can I getthe output like : 2152910 Thank you.. # awk '{sum+=$1} END {print sum}' datafile 2.15079e+06 (3 Replies)
Discussion started by: rveri
3 Replies

6. What is on Your Mind?

Unix Admin, need a bit of career advise

I posted a request for suggestions on my career, but there was no response. Can anyone please guide me if it was posted in the right forum or thread? Hi Dear, I am in my early thirties and going through a phase of career confusion. Since I am HPUX, Tru64 administrator I need some councelling... (4 Replies)
Discussion started by: mukherj
4 Replies

7. UNIX for Dummies Questions & Answers

Advise on HP unix

Hi everyone I need help i want to learn Unix and do some certification on Unix Hp the reason why i choose Hp is because the company that i work for uses HP and interested in knowing a lt more about what i do i montor the unix server (disk space CPU usage memory utilization,proceeses job... (5 Replies)
Discussion started by: liema
5 Replies

8. UNIX for Dummies Questions & Answers

Unix:mail sending issue..pls help me soon

Hi people Can u help me aorund on this cat $DISTRIBUTION_LIST | tail -1 | read mailtolist test -s $INOVOICES.dat if then echo " Sales Report generted" | read subject mailx -ms "${subject}." $mailtolist RET_CODE=$? if ; then echo "Messaging Failed." >> $LOG_FILE exit 1 fi else... (2 Replies)
Discussion started by: bobprabhu
2 Replies

9. UNIX for Dummies Questions & Answers

dos background to unix admin.... any advise?/

is it possible to see what is in a dds tape? like in dos, we can write dir a: to see the contents of it? thanks PS : actually, i came from a DOS background. so most of the time, i will try to relate unix to dos. of course, dos never came close to unix. but unix is like many instances of... (1 Reply)
Discussion started by: yls177
1 Replies

10. UNIX for Dummies Questions & Answers

UNIX Hardware Recommendations pls

Hello, I'm a Computer Engineering student at Portland State University and am seriously trying to broaden my horizons in UNIX. My goal is to eventually become an excellent sys admin, but alas...I'm just starting off on this path. I am relatively new (though not unexposed) to UNIX and... (2 Replies)
Discussion started by: Cyron5
2 Replies
Login or Register to Ask a Question