![]() |
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 |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux > Export (exp) command | ora_umair | Linux | 2 | 10-27-2008 10:36 AM |
| ExporT Command Not found | networking | UNIX for Dummies Questions & Answers | 1 | 06-20-2008 03:22 PM |
| Export command | prakash.kudreka | UNIX for Advanced & Expert Users | 3 | 11-20-2007 08:37 AM |
| export command | radhika03 | UNIX for Dummies Questions & Answers | 2 | 12-16-2005 09:25 AM |
| using export command | sveera | Shell Programming and Scripting | 4 | 04-01-2005 11:05 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Linux Export command
Hi All,
Can anybody tell me . What does it mean by following statement export $$ Generally export command sets up the environment variable and if any child process is created it passes on to it Thanks & Regards Srivatsav |
|
||||
|
What sysgate is telling you - it will not work to export the current pid. Children will have the $$ defined during creation (exec) of the new process, so it will be written over, anyway. Plus that command generates a syntax error in bash.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|