Linux rm Command Tutorial With Examples
Linux is a file-based operating system and actually everything is a file. Sometimes we need to clear our server from …
Linux is a file-based operating system and actually everything is a file. Sometimes we need to clear our server from …
Vim is old and popular text editor. Vim roots goes to the vi. Vim is improved version of vi. Vim …
Python scripts can be run in different ways. Python interpreter can be used to file python scripts but it is …
Bash can provide different programming language structures like a variable, array, loop, decision making, etc. Loop is one of the …
MySQL is a very popular opensource database. MySQL is created by MySQL AB a Swedish company and then bought by …
Sleep is a function provided by bash shell to pause execution of commands. Using sleep function will make delay according …
Getting current date-time information is very different for different systems and programming languages. We will look at this simple but …
Read moreHow To Print Current Date and Time In Linux and Windows From Command Line?
Mint is a Linux operating system which is based Ubuntu. Mint uses Ubuntu packages and ads some tricks to make …
I have some files and directories and I want to rename those. How can I rename them? or are there …
Read moreLinux Rename Files And Folders With Rename Command With Examples
Linux files and folders have owners. Owners are required to control permissions. Which user can access which files. The user …