![]() |
|
|
|
|
|||||||
| 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 |
| what are some different commands in c shell and korn shell?? | EquinoX | UNIX for Dummies Questions & Answers | 1 | 01-28-2008 09:14 PM |
| How to modify an existing pdf with unix shell commands | fandwick | UNIX for Advanced & Expert Users | 3 | 06-08-2007 07:28 AM |
| 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 run unix commands in a new shell inside a shell script? | hkapil | Shell Programming and Scripting | 2 | 01-04-2006 03:56 AM |
| KORN Shell - Spawn new shell with commands | frustrated1 | Shell Programming and Scripting | 2 | 04-20-2005 11:23 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
UNIX Shell Commands Help . . .
I need to know these UNIX Shell Commands with the appropriate parameters.
List the files in current directory beginning with extension .har. (% ls .har) View text file "hosts.copy" which spans multiple screens. Execute the batch file "tapeeject.bat" Copy all files from current directory tat contain "apr06" in their names to the directory /home2/temp (% cp *.apr06 /home2/temp) Wiew the permissions for the file "install.og" Kill the process with ID 13579 (% kill 13579 or % kill -9 13579) |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Homework is not allowed on the forums.....
|
|
#3
|
|||
|
|||
|
hey man...
there are many ways to address any of your issues and as Jim has reiterated homework is not allowed on the forum.
get this book http://www.amazon.com/gp/product/0672321270/ or this DVD course if you have question of this sort. http://www.amazon.com/exec/obidos/tg.../-/B0007R5T7A/ Last edited by amro1; 04-14-2006 at 08:35 AM. |
|||
| Google The UNIX and Linux Forums |