Junior — Middle
Can you name the main commands used in Linux for system management?
sobes.tech AI
Answer from AI
The main Linux commands for system management include:
ls— view directory contentscd— change the current directorypwd— display the current pathcp,mv,rm— copy, move, and delete fileschmod— change file permissionschown— change file ownerps— view running processestop— monitor resources and processes in real-timekill— send signals to processes (e.g., to terminate)systemctl— manage system services (start, stop, restart)df— information about free disk spacedu— estimate space used by files and directoriesifconfigorip— configure and view network interfacessudo— execute commands with superuser privileges
These commands allow efficient management of the system, processes, files, and settings.