Linux system structure and navigation commands

Описание к видео Linux system structure and navigation commands

Scenario = you have been given a Linux system with root permissions and you need to find out by yourself all system information needed to operate.
Commands used in the video

Check hardware
lspci
lscpu
lsblk

Check storage
df -h

Check folders structure
tree /
tree -L 1 /
tree -L 2 /
tree -L 3 /
pwd

Check how is login or logged in recently
w
last -10

Check open ports and running services
netstat -ant
systemctl list-units --type=service --state=running

check IP
ip a

Please like and subscribe if this was helpful for you.

Комментарии

Информация по комментариям в разработке