Skip to content

Commit a8eb014

Browse files
authored
Merge pull request #41 from bharatnc/master
Added a couple of Hard Linux Questions.
2 parents b7adf26 + 17bed02 commit a8eb014

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
@@ -167,9 +167,9 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
167167
* What's LD_PRELOAD and when it's used?
168168
* You ran a binary and nothing happened. How would you debug this?
169169
* 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?
173173
####[[]](#toc) <a name='expert'>Expert Linux Questions:</a>
174174

175175
* 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
198198
* What is IPoAC (RFC 1149)?
199199

200200

201+
201202
####[[]](#toc) <a name='mysql'>MySQL questions:</a>
202203

203204
* How do you create a user?

0 commit comments

Comments
 (0)