Skip to content

Commit dff04bb

Browse files
committed
new question
1 parent 0d67b9e commit dff04bb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A collection of linux sysadmin/devop interview questions. Feel free to contribut
1313
1. [Hard Linux Questions](#hard)
1414
1. [Expert Linux Questions](#expert)
1515
1. [Networking Questions](#network)
16-
1. [DevOp Questions](#devop)
16+
1. [DevOps Questions](#devop)
1717
1. [Fun Questions](#fun)
1818
1. [Demo Time](#demo)
1919
1. [Other Great References](#references)
@@ -124,8 +124,12 @@ The majority of the questions were collected from:
124124
* What is a wildcard certificate?
125125
* Which Linux file types to you know?
126126
* 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?
128128
* What is "nohup" used for?
129+
* What is the difference between these two commands?
130+
* ```myvar=hello```
131+
* ```export myvar=hello```
132+
129133

130134

131135
####[[]](#toc) <a name='hard'>Hard Linux Questions:</a>
@@ -174,7 +178,7 @@ The majority of the questions were collected from:
174178
* 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?
175179

176180

177-
####[[]](#toc) <a name='devop'>DevOp Questions:</a>
181+
####[[]](#toc) <a name='devop'>DevOps Questions:</a>
178182

179183
* Can you describe your workflow when you create a script?
180184
* What is GIT?

0 commit comments

Comments
 (0)