In this tutorial, you will learn how remove files and directories using the rm command in Linux system. Syntax of rm Command# Below is the basic syntax of rm command: rm [OPTIONS] [FILE_NAME] Here, OPTIONS: You can specify the options to use with rm command. FILE_NAMES: File name(s) which need to be delete. Remove...
Shutdown command is used to bring the system down in a safe and secure way. When the shutdown process is initiated, all the logged in users are notified that the system is going down right now or after some time. Using this command you can set specific time to make down your system. Shutdown...
In this tutorial, we will show you how to use wget command with example and explanations of all wget options. What is Wget?# Wget is command line utility for downloading files in Linux from web. Using wget utility you can download files with FPT, HTTP, HTTPS protocols. It is free available utility and comes...