Muhammed H wrote: » To all Linux Pros, I know this question may sound bit silly. But I would like to know, whenever you need to build any scripts, do you create those from the scratch or you collect some kind of similar script and then tailor that according to your needs? In my company, there are some really good Linux engineers and what they normally do, they google and find a similar script from the net and then tailor those as they want. Is that a normal practice? Sorry again if U find the question too silly and Thanks in Advance.
asummers wrote: » On a serious note though - I have never reused a script from the internet as a whole. I might look for snippets of "how to do this" but never the whole script. For 3 reasons: 1. The code online is unlikely to meet requirements 100% 2. The code online often has additional stuff that I don't want 3. I wouldn't feel happy to give that to my clients as pass it off as my work