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-3
Original file line number
Diff line number
Diff line change
@@ -164,9 +164,9 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
164
164
* What's LD_PRELOAD and when it's used?
165
165
* You ran a binary and nothing happened. How would you debug this?
166
166
* What are cgroups? Can you specify a scenario where you could use them?
167
-
* How can you remove a file-name with non-printable/non-type-able characters?
168
-
169
-
167
+
* How can you remove/delete a file with non-printable/non-type-able characters?
168
+
* How can you increase or decrease the priority of a process in Linux?
169
+
* What are run-levels in Linux?
170
170
####[[⬆]](#toc) <aname='expert'>Expert Linux Questions:</a>
171
171
172
172
* 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?
@@ -195,6 +195,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
0 commit comments