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
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ A collection of linux sysadmin/devop interview questions. Feel free to contribut
13
13
1.[Hard Linux Questions](#hard)
14
14
1.[Expert Linux Questions](#expert)
15
15
1.[Networking Questions](#network)
16
-
1.[DevOp Questions](#devop)
16
+
1.[DevOps Questions](#devop)
17
17
1.[Fun Questions](#fun)
18
18
1.[Demo Time](#demo)
19
19
1.[Other Great References](#references)
@@ -124,8 +124,12 @@ The majority of the questions were collected from:
124
124
* What is a wildcard certificate?
125
125
* Which Linux file types to you know?
126
126
* What is the difference between a process and a thread? And parent and child processes after a fork system call?
127
-
* What's the difference between exec and fork?
127
+
* What is the difference between exec and fork?
128
128
* What is "nohup" used for?
129
+
* What is the difference between these two commands?
130
+
*```myvar=hello```
131
+
*```export myvar=hello```
132
+
129
133
130
134
131
135
####[[⬆]](#toc) <aname='hard'>Hard Linux Questions:</a>
@@ -174,7 +178,7 @@ The majority of the questions were collected from:
174
178
* 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?
0 commit comments