A list of the top 15 most essential Linux commands that every beginner Linux user should know to be able to easily navigate a Linux system.
Commands:
1. cd (Change Directory)
2. ls (List Directory Contents)
3. man (System's manual pager)
4. mkdir (Make New Directory)
5. touch (Make New File)
6. nano (Text File Editor)
7. cat/less (Text File Previewers)
8. mv (Move Or Rename Files And Directories)
9. cp (Copy Files Or Directories)
10. chmod (Change Files Or Directory Permissions)
11. chown (Change Files Or Directory Ownership)
12. rm (Remove/Delete Files Or Directories)
13. ./ (Execute A File)
14. sudo (Used To Run Command As Super User)
15. shutdown (Used To Shutdown Or Restart Server)
Links:
Ubuntu Server Installation And Setup - • Beginners Guide To An Easy Ubuntu Server I...
SSH Server Installation And Setup - • SSH Server Installation And Setup On Ubunt...