![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 02:24 AM |
| How to use unix commands in awk | jerome Sukumar | Shell Programming and Scripting | 7 | 12-26-2006 05:15 AM |
| SQL Commands in Unix | sish78 | Shell Programming and Scripting | 6 | 05-25-2006 03:30 PM |
| Maingrame to UNIX sending UNIX commands | skammer | UNIX for Dummies Questions & Answers | 2 | 06-27-2002 09:19 AM |
| Unix Commands | smdakram | UNIX for Dummies Questions & Answers | 2 | 01-13-2002 05:12 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
commands for unix
Hi All,
I am new to UNIX programming. Can you send me the links where we can find all commands and their description in UNIX. Help in this regard is highly appreciated. Regards, Azaz Ali. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Just use the man pages in the system. Ex: if you need to know what ps does, then do:
# man ps |
||||
| Google The UNIX and Linux Forums |