08
Oct
In this Blog, We will be discussing some important Linux commands. Basic Linux Commands• File Handling• Text Processing• System Administration• Process Management• Archival• Network• File Systems• Advanced Commands Sources to learn commands?? Primary – man(manual) pages. man <command>shows all information about the command.<command> --help shows the available options for that command. Secondary – Books and Internet. File Handling commands mkdir – make directories Usage: mkdir [OPTION] DIRECTORY… eg. mkdir geekycodes ls – list directory contents Usage: ls [OPTION]… [FILE]… eg. ls, ls l, ls geekycodescd – changes directories Usage: cd [DIRECTORY] eg. cd geekycodespwd print name of current working directory Usage: pwdvim – Vi Improved, a programmers text editor Usage: vim [OPTION] [file]… eg. vim file1.txtcp – copy…