Skip to content

Commit b318207

Browse files
authored
Merge pull request #45 from rabdill/patch-1
Little typos
2 parents 16514ae + 23bd34c commit b318207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
6666
* What command will show the available disk space on the Unix/Linux system?
6767
* What commands do you know that can be used to check DNS records?
6868
* What Unix/Linux commands will alter a files ownership, files permissions?
69-
* What does ```chmod +x FILENAME```do?
69+
* What does ```chmod +x FILENAME``` do?
7070
* What does the permission 0750 on a file mean?
7171
* What does the permission 0750 on a directory mean?
7272
* How to add a new system user without login permissions?
@@ -195,7 +195,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
195195
* A TCP connection on a network can be uniquely defined by 4 things. What are those things?
196196
* 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?
197197
* How do you add an IPv6 address to a specific interface?
198-
* 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?
198+
* 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 you the response ```sendmsg: operation not permitted```. What could be wrong?
199199
* What is SNAT and when should it be used?
200200
* Explain how could you ssh login into a Linux system that DROPs all new incoming packets using a SSH tunnel.
201201
* How do you stop a DDoS attack?

0 commit comments

Comments
 (0)