Results 1 to 2 of 2
Hi Folks,
I have a small doubt, the binary commands under /bin and /sbin as well as other path binary files, if you peek deep into that, you can find ...
- 07-21-2009 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 32
How commands are executing ?
Hi Folks,
I have a small doubt, the binary commands under /bin and /sbin as well as other path binary files, if you peek deep into that, you can find the difference in the way of normal perl programming and some commands will be like binary files. how are the commands executing like the difference in perl scripting and binary files.
- 07-21-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
If I correctly understand what you are asking, you want to know what the difference is between binary commands and command scripts? Effectively, not much, although a script will show up in the process table as the interpreter of the script, such as perl, bash, or python, along with any binary commands it might have started or be running.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote