You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,10 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
178
178
#### [[⬆]](#toc) <aname='expert'>Expert Linux Questions:</a>
179
179
180
180
* A running process gets ```EAGAIN: Resource temporarily unavailable``` on reading a socket. How can you close this bad socket/file descriptor without killing the process?
181
+
* What do you control with swapiness?
182
+
* How do you change TCP stack buffers? How do you calculate it?
183
+
* What is Huge Tables? Why isn't it enabled by default? Why and when use it?
0 commit comments