Linux Terminal | Linux all commands
In a terms of managing files, accounting and other official work linux is awesome and it's GUI is prety easy now days, but as far as CLI (command line interface) is concerned in administrative task like managing server, using CLI is consider faster than GUI but hard to learn commands. Practice over commands can help. File Commands pwd locat the directory in which we are in, see present directory touch make file in directory mkdir make empty directory rm remove only files rm -r * remove everything empty and non empty directory and files. ...