1753507 Members
5303 Online
108795 Solutions
New Discussion юеВ

fork

 
sandeep mathur
Respected Contributor

fork


Usage of fork command in linux.
2 REPLIES 2
Stuart Browne
Honored Contributor

Re: fork

'fork' isn't a command.

It's a function in the standard library functions.

That being said, it's been documented many may times with examples all over the web.

Unless you want to tell us a specific situation you're trying to use it in that you're having issues with, 'google' is your friend.
One long-haired git at your service...
J Peak
Frequent Advisor

Re: fork

If you're looking to do this in a script you can use the makeshift "&" at the end of a command to have it execute in the background.

As previously said, google your specific needs and you'll find a cornucopia of information.