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
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
66
66
* What command will show the available disk space on the Unix/Linux system?
67
67
* What commands do you know that can be used to check DNS records?
68
68
* 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?
70
70
* What does the permission 0750 on a file mean?
71
71
* What does the permission 0750 on a directory mean?
72
72
* 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
195
195
* A TCP connection on a network can be uniquely defined by 4 things. What are those things?
196
196
* 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?
197
197
* 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?
199
199
* What is SNAT and when should it be used?
200
200
* Explain how could you ssh login into a Linux system that DROPs all new incoming packets using a SSH tunnel.
0 commit comments