Skip to content

Commit d5f32d7

Browse files
committed
added hard linux questions
1 parent fdef803 commit d5f32d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,9 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
164164
* What's LD_PRELOAD and when it's used?
165165
* You ran a binary and nothing happened. How would you debug this?
166166
* 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?
170170
####[[]](#toc) <a name='expert'>Expert Linux Questions:</a>
171171

172172
* 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
195195
* What is IPoAC (RFC 1149)?
196196

197197

198+
198199
####[[]](#toc) <a name='mysql'>MySQL questions:</a>
199200

200201
* How do you create a user?

0 commit comments

Comments
 (0)