53
Interview questions for Linux admin 1. Advantages/disadvantages of script vs compiled program. Scripting vs. programming: is there a difference? The short answer:  These days, the line between a scripting language and a programming language is blurred. As such, in practical application, the differences are meaningless. So the answer is: no. Some details … what a nerd might tell you: Scripting or writing scripts, is programming within a program. Traditionally you would write scripts to automate certain functionality within another program. Traditionally scripts would have very specific task like for example: reading a text file to extract all the email addresses. Why use a scripting language? Easy to learn - compared to traditional programming languages. It takes much less code to do something with scripting than when using a traditional programming language. Another characteristic of a scripting language, is that they are processed from scratch every time you run them. A nerd would say: ’scripting languages are not compiled.’ What is a compiled language? A compiled language (like Java and C,) are processed once (think of a food processor) and reduced (if you will,) to a simpler form that allows it to run faster than a script that has to be reprocessed every time. - - MORE ABOUT PROGRAMMING LANGUAGES With programming, you are writing software that runs independent of an exterior (or parent) program. Also, when people would say they were ‘programming’, they were usually involved in some project that produced much more functionality than a traditional script. Things have changed I keep saying ‘traditionally’ because the lines between scripting and programming are very blurred these days - scripting is now very powerful and is doing the work that once belonged to the realm of full blown programming - in a traditional sense.

Linux Admin Interview Questions1

Embed Size (px)

Citation preview

Page 1: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 1/53

Page 2: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 2/53

Page 3: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 3/53

Page 4: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 4/53

Page 5: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 5/53

Page 6: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 6/53

Page 7: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 7/53

Page 8: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 8/53

Page 9: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 9/53

Page 10: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 10/53

Page 11: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 11/53

Page 12: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 12/53

Page 13: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 13/53

Page 14: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 14/53

Page 15: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 15/53

Page 16: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 16/53

Page 17: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 17/53

Page 18: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 18/53

Page 19: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 19/53

Page 20: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 20/53

Page 21: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 21/53

Page 22: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 22/53

Page 23: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 23/53

Page 24: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 24/53

Page 25: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 25/53

Page 26: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 26/53

Page 27: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 27/53

Page 28: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 28/53

Page 29: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 29/53

Page 30: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 30/53

Page 31: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 31/53

Page 32: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 32/53

Page 33: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 33/53

Page 34: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 34/53

Page 35: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 35/53

Page 36: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 36/53

Page 37: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 37/53

Page 38: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 38/53

Page 39: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 39/53

Page 40: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 40/53

Page 41: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 41/53

Page 42: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 42/53

Page 43: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 43/53

Page 44: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 44/53

Page 45: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 45/53

Page 46: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 46/53

Page 47: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 47/53

Page 48: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 48/53

Page 49: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 49/53

Page 50: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 50/53

Page 51: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 51/53

Page 52: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 52/53

Page 53: Linux Admin Interview Questions1

7/28/2019 Linux Admin Interview Questions1

http://slidepdf.com/reader/full/linux-admin-interview-questions1 53/53