Junior — Middle
Can you list the main commands used in the Linux operating system?
sobes.tech AI
Answer from AI
Common Linux commands frequently used:
ls— list files and folders in a directorycd— change the current directorypwd— show the current pathcp— copy files and foldersmv— move or rename filesrm— delete filesmkdir— create a new directoryrmdir— delete an empty directorycat— display the contents of a filegrep— search through textchmod— change permissionschown— change file ownerps— view running processeskill— terminate a processtop— real-time process monitoringdf— information about free disk spacedu— size of files and folderstar— archive and extractssh— remote server access
These commands cover basic operations for working with files, processes, and the system as a whole.