@@ -50,6 +50,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
50
50
* What is RAID? What is RAID0, RAID1, RAID5, RAID10?
51
51
* What is a level 0 backup? What is an incremental backup?
52
52
* Describe the general file system hierarchy of a Linux system.
53
+ * Which difference have between public and private SSH key?
53
54
54
55
55
56
#### [[ ⬆]] ( #toc ) <a name =' simple ' >Simple Linux Questions:</a >
@@ -74,6 +75,8 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
74
75
* What is a bash alias?
75
76
* How do you set the mail address of the root/a user?
76
77
* What does CTRL-c do?
78
+ * What does CTRL-d do?
79
+ * What does CTRL-z do?
77
80
* What is in /etc/services?
78
81
* How to redirect STDOUT and STDERR in bash? (> /dev/null 2>&1)
79
82
* What is the difference between UNIX and Linux.
@@ -83,6 +86,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
83
86
* What is a Linux kernel module?
84
87
* Walk me through the steps in booting into single user mode to troubleshoot a problem.
85
88
* Walk me through the steps you'd take to troubleshoot a 404 error on a web application you administer.
89
+ * What is ICMP protocol? Why do you need to use?
86
90
87
91
#### [[ ⬆]] ( #toc ) <a name =' medium ' >Medium Linux Questions:</a >
88
92
@@ -97,6 +101,13 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
97
101
* ``` watch ```
98
102
* ``` head ```
99
103
* ``` tail ```
104
+ * ``` less ```
105
+ * ``` cat ```
106
+ * ``` touch ```
107
+ * ``` sar ```
108
+ * ``` netstat ```
109
+ * ``` tcpdump ```
110
+ * ``` lsof ```
100
111
* What does an ``` & ``` after a command do?
101
112
* What does ``` & disown ``` after a command do?
102
113
* What is a packet filter and how does it work?
0 commit comments