![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mailx Issue with -r flag | superdelic | UNIX for Dummies Questions & Answers | 1 | 01-22-2008 11:06 AM |
| Shell to run one after another checking any flag or file | konark | Shell Programming and Scripting | 3 | 12-28-2007 03:27 PM |
| Retaining value in var for flag. | videsh77 | Shell Programming and Scripting | 4 | 05-31-2005 10:44 PM |
| Bad Audit Flag | wobitu | HP-UX | 1 | 09-29-2004 05:32 AM |
| pwd: A specified flag is not valid for this command. | Paxton | UNIX for Dummies Questions & Answers | 2 | 08-29-2003 12:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
I need your help please.
In a production system, i've seen many running process as follow: sh -c ./pathname/shellname what exactly the flag option -c is used for? ive tried to look at the man page, but it doesnt say much. ill appreciate yor help. Thanks |
|
||||
|
User Commands sh(1)
The following options specify the resource whose limits are to be printed or set. If no option is specified, the file size limit is printed or set. -c maximum core file size (in 512-byte blocks) |
|
||||
|
When there is only one argument on the command line to sh and the argument does not contain space characters, it makes no difference.
The arguments are named (e.g. -c) rather than positional. |
| Sponsored Links | ||
|
|