【Linux】interview
(3) Top 10 Linux Job Interview Questions - YouTube
Can you answer the 10 most popular Linux tech job interview questions?
0:00 Introduction
0:53 Tech Phone screens
1:50 How to check the kernel version of a Linux system?
1 | man uname |
2:50 How to see the current IP address on Linux?
1 | ifconfig |
4:03 How to check for free disk space in Linux?
1 | man df |
6:33 How to check the size of a directory in Linux?
1 | man du |
4:55 How to see if a Linux service is running?
1 | service udev status |
7:02 How to check for open ports in Linux?
1 | man netstat |
9:48 How to check Linux process information (CPU usage, memory, user information, etc.)?
1 | ps -aux | grep ngrok |
11:49 How to deal with mounts in Linux
1 | ls /mnt |
13:51 Man pages
15:04 Other resources