Skip to content

Commit 12b1d6c

Browse files
committed
added 2 questions to medium linux questions, fixed several typos
1 parent 86ee941 commit 12b1d6c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
5454
####[[]](#toc) <a name='simple'>Simple Linux Questions:</a>
5555

5656
* What is the name and the UID of the administrator user?
57-
* How to list all files, including hidden one, in a directory?
57+
* How to list all files, including hidden ones, in a directory?
5858
* What is the Unix/Linux command to remove a directory and its contents?
5959
* Which command will show you free/used memory? Does free memory exist on Linux?
6060
* How to search for the string "my konfi is the best" in files of a directory recursively?
@@ -94,7 +94,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
9494
* ```watch```
9595
* ```head```
9696
* ```tail```
97-
* What does a ```&``` after a command do?
97+
* What does an ```&``` after a command do?
9898
* What does ```& disown``` after a command do?
9999
* What is a packet filter and how does it work?
100100
* What is Virtual Memory?
@@ -103,10 +103,10 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
103103
* Are there any other RRs and what are they used for?
104104
* What is a Split-Horizon DNS?
105105
* What is the sticky bit?
106-
* What does the immutable bit to a file?
106+
* What does the immutable bit do to a file?
107107
* What is the difference between hardlinks and symlinks? What happens when you remove the source to a symlink/hardlink?
108108
* What is an inode and what fields are stored in an inode?
109-
* Howto force/trigger a file system check on next reboot?
109+
* How to force/trigger a file system check on next reboot?
110110
* What is SNMP and what is it used for?
111111
* What is a runlevel and how to get the current runlevel?
112112
* What is SSH port forwarding?
@@ -137,6 +137,8 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
137137
* You need to upgrade kernel at 100-1000 servers, how you would do this?
138138
* How can you get Host, Channel, ID, LUN of SCSI disk?
139139
* How can you limit process memory usage?
140+
* What is bash quick substitution/caret replace(^x^y)?
141+
* Do you know of any alternative shells? If so, have you used any?
140142

141143
####[[]](#toc) <a name='hard'>Hard Linux Questions:</a>
142144

@@ -182,10 +184,10 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
182184
* When a client running a web browser connects to a web server, what is the source port and what is the destination port of the connection?
183185
* How do you add an IPv6 address to a specific interface?
184186
* You have added an IPv4 and IPv6 address to interface eth0. A ping to the v4 address is working but a ping to the v6 address gives yout the response ```sendmsg: operation not permitted```. What could be wrong?
185-
* What is SNAT and when should be used?
187+
* What is SNAT and when should it be used?
186188
* Explain how could you ssh login into a Linux system that DROPs all new incomming packets using a SSH tunnel.
187-
* How do you stop a DDoS?
188-
* How can you see content of ip packet?
189+
* How do you stop a DDoS attack?
190+
* How can you see content of an ip packet?
189191

190192

191193
####[[]](#toc) <a name='mysql'>MySQL questions:</a>

0 commit comments

Comments
 (0)