Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...