Skip to content

Commit 66ec890

Browse files
committed
Add some commands in Medium Linux Questions, add one questions in General Questions and add one question in Simple Linux Questions
1 parent d02e4a5 commit 66ec890

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
5050
* What is RAID? What is RAID0, RAID1, RAID5, RAID10?
5151
* What is a level 0 backup? What is an incremental backup?
5252
* Describe the general file system hierarchy of a Linux system.
53+
* Which difference have between public and private SSH key?
5354

5455

5556
#### [[]](#toc) <a name='simple'>Simple Linux Questions:</a>
@@ -74,6 +75,8 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
7475
* What is a bash alias?
7576
* How do you set the mail address of the root/a user?
7677
* What does CTRL-c do?
78+
* What does CTRL-d do?
79+
* What does CTRL-z do?
7780
* What is in /etc/services?
7881
* How to redirect STDOUT and STDERR in bash? (> /dev/null 2>&1)
7982
* What is the difference between UNIX and Linux.
@@ -83,6 +86,7 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
8386
* What is a Linux kernel module?
8487
* Walk me through the steps in booting into single user mode to troubleshoot a problem.
8588
* Walk me through the steps you'd take to troubleshoot a 404 error on a web application you administer.
89+
* What is ICMP protocol? Why do you need to use?
8690

8791
#### [[]](#toc) <a name='medium'>Medium Linux Questions:</a>
8892

@@ -97,6 +101,13 @@ A collection of linux sysadmin/devops interview questions. Feel free to contribu
97101
* ```watch```
98102
* ```head```
99103
* ```tail```
104+
* ```less```
105+
* ```cat```
106+
* ```touch```
107+
* ```sar```
108+
* ```netstat```
109+
* ```tcpdump```
110+
* ```lsof```
100111
* What does an ```&``` after a command do?
101112
* What does ```& disown``` after a command do?
102113
* What is a packet filter and how does it work?

0 commit comments

Comments
 (0)