Home >Topic List >A complete list of linux server operation and maintenance commands

A complete list of linux server operation and maintenance commands

Commonly used commands for Linux operation and maintenance include: 1. ls, lists the files and folders in the current directory; 2. cd, switches the current directory; 3. pwd, displays the full path of the current working directory; 4. mkdir, creates a new directory ; 5. rmdir, delete an empty directory; 6. rm, delete files or directories; 7. cp, copy files or directories; 8. mv, move files or directories; 9. touch, change the timestamp of a file or create a new file ; 10. find, find files or directories, etc.