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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
54
54
####[[⬆]](#toc) <aname='simple'>Simple Linux Questions:</a>
55
55
56
56
* 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?
58
58
* What is the Unix/Linux command to remove a directory and its contents?
59
59
* Which command will show you free/used memory? Does free memory exist on Linux?
60
60
* 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
94
94
*```watch```
95
95
*```head```
96
96
*```tail```
97
-
* What does a```&``` after a command do?
97
+
* What does an```&``` after a command do?
98
98
* What does ```& disown``` after a command do?
99
99
* What is a packet filter and how does it work?
100
100
* What is Virtual Memory?
@@ -103,10 +103,10 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
103
103
* Are there any other RRs and what are they used for?
104
104
* What is a Split-Horizon DNS?
105
105
* What is the sticky bit?
106
-
* What does the immutable bit to a file?
106
+
* What does the immutable bit do to a file?
107
107
* What is the difference between hardlinks and symlinks? What happens when you remove the source to a symlink/hardlink?
108
108
* 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?
110
110
* What is SNMP and what is it used for?
111
111
* What is a runlevel and how to get the current runlevel?
112
112
* What is SSH port forwarding?
@@ -137,6 +137,8 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
137
137
* You need to upgrade kernel at 100-1000 servers, how you would do this?
138
138
* How can you get Host, Channel, ID, LUN of SCSI disk?
139
139
* 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?
140
142
141
143
####[[⬆]](#toc) <aname='hard'>Hard Linux Questions:</a>
142
144
@@ -182,10 +184,10 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
182
184
* 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?
183
185
* How do you add an IPv6 address to a specific interface?
184
186
* 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?
186
188
* Explain how could you ssh login into a Linux system that DROPs all new incomming packets using a SSH tunnel.
0 commit comments