Do you want to password protect a folder in Linux command line? If Yes, here is the method to create password protected file in Linux command line. Linux makes it easy to password protect your files using gpg (GNU-pg) command. It comes pre-installed in most Linux distributions. In this article, we will look at how […]
Which Command Is Used To ‘Re Execute The Previous Command In Linux
Do you want to know which command is used to ‘re execute the previous command in Linux Ubuntu Systems. Read this post to find out which keyboard key retrieves the last command that you entered in the default Linux Shell. Let us learn more about re-executing previous commands. Method 1 – Run Last Command using […]
How to Get Directory Size in Linux Command Line
Here is the Linux/Unix command to check folder size in GB. This post explains how to check disk space by folder on Linux Ubuntu Systems. Method 1: The ls Command The ls command can be used to find the size of a directory in Linux. Here are some examples of the ls command: Note: for […]
How To Find And Delete Duplicate Files In Linux Ubuntu
Here is how to find duplicate files in Linux Ubuntu. Also, learn how to delete duplicate files in Linux via command line. fdupes is a command line tool to find and delete duplicate files in Linux Ubuntu. fdupes Command The fdupes easily finds duplicate files in a given set of directories. It searches the given […]
How to Check Command History in Linux with Date
How to check command history in Linux with date? If you want to see command history in Linux with timestamp, here is how to get all command history in Linux Ubuntu History Command The history command can be used to display the recently used command history. The history command has the following syntax: history [-c] […]
How To Shutdown Linux With A 15 Minute Delay And Message
How to shutdown Linux from terminal? Ubuntu shutdown shortcut can be used to shutdown Ubuntu from terminal commandline. How to shutdown Ubuntu from terminal command line. Ubuntu shutdown command examples for using Ubuntu shutdown command immediately or Ubuntu shutdown command with 15 minute delay. Shutdown Command The shutdown command brings the system down in a […]