Thread Solved

Join Date: Nov 2007
Posts: 84
Reputation: knowledgelover is an unknown quantity at this point 
Solved Threads: 0
knowledgelover knowledgelover is offline Offline
Junior Poster in Training

beginner to unix

 
0
  #1
May 22nd, 2009
Hi there,

I am new to use unix operating system, and I was wondering where can start learning the main commands in the unix, as I am working on server that is unix,
tutorials or links that can help, when I need some functionality or a specific command I search the google , but this approach is time consuming, a reference would be helpful

Thanks in advance
there's always something to learn
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 8
Reputation: nalply is an unknown quantity at this point 
Solved Threads: 1
nalply's Avatar
nalply nalply is offline Offline
Newbie Poster

Re: beginner to unix

 
0
  #2
May 22nd, 2009
I would google for "commandline book". Depends what flavor of Unix you are using. There are Linux, BSD, Solaris, Mac OS X.

Perhaps this quite old book would be nice for you?

http://oreilly.com/catalog/9780596003302/
If God is omnipotent then it is possible that all religions are right simultaneously.
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 25
Reputation: crb3 is an unknown quantity at this point 
Solved Threads: 6
crb3 crb3 is offline Offline
Light Poster

Re: beginner to unix

 
0
  #3
May 22nd, 2009
You're probably already doing this, but I'll mention it to make sure.

Once you have a general idea of what command you might use, "man <command>" brings up a manual-page on that command. "man grep", for example, brings up a succinct briefing on the options and syntax of the grep command.

I don't know about the UNIX system you're using, but, on my Linux systems, "apropos" is a good search tool when you've got an idea of what you want to do but aren't sure what command to use to do it.

apropos filter | less

...will bring up one-line mentions of every tool whose man-page mentions the word 'filter' in the summary or title. If the system you're on doesn't have 'less', try 'more' instead. Either way, piping it into a pager like that means you can scroll around while making up your mind what to use out of what's available. As with Google searches, your first search term might not get you what you need, but it might suggest better search terms for you to use.
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 84
Reputation: knowledgelover is an unknown quantity at this point 
Solved Threads: 0
knowledgelover knowledgelover is offline Offline
Junior Poster in Training

Re: beginner to unix

 
0
  #4
May 23rd, 2009
Thank you nalply and crb3,
your ideas made my live easier


Thanks
there's always something to learn
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Getting Started and Choosing a Distro Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC