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