Linux Basic Commands You Should Know

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 […]

%d bloggers like this: