Linux TLDR
banner
linuxtldr.bsky.social
Linux TLDR
@linuxtldr.bsky.social
Discover, Learn, and Master Linux with Us 🐧
Beginners Guide for Who Command in Linux
Beginners Guide for Who Command in Linux
In this article, you will learn how to use the who command to find all the logged-in user information (with practical examples).
linuxtldr.com
December 20, 2025 at 5:18 AM
5 Ways to Follow (or Find All) Symbolic Links in Linux
5 Ways to Follow (or Find All) Symbolic Links in Linux
In this article, you will learn five ways to follow symbolic (or soft) links to find the original file to which the symbolic link points.
linuxtldr.com
December 19, 2025 at 6:02 AM
Beginners Guide for Ping Command in Linux
Beginners Guide for Ping Command in Linux
In this article, you will learn how to use the ping command with its available options, including the explanation of output and ping flooding.
linuxtldr.com
December 18, 2025 at 4:26 AM
Beginners Guide for Hash Command in Linux
Beginners Guide for Hash Command in Linux
In this article, you will learn what the hash list is, the differences between it and the history list, and how to use its command-line tool to manage records in the hash list in Linux.
linuxtldr.com
December 17, 2025 at 5:59 AM
Beginners Guide for Type Command in Linux
Beginners Guide for Type Command in Linux
In this article, you will learn everything about the type command, including its different options (with practical examples).
linuxtldr.com
December 16, 2025 at 2:38 AM
Beginners Guide for Time Command in Linux
Beginners Guide for Time Command in Linux
In this article, you will learn how to use the time command to determine the execution time of a command or shell script taken by your system or server in Linux.
linuxtldr.com
December 15, 2025 at 3:24 AM
Beginners Guide for Sleep Command in Linux
Beginners Guide for Sleep Command in Linux
In this article, you will learn about the sleep command with its different suffixes and how to use it in shell scripts to pause the execution for a certain period of time.
linuxtldr.com
December 13, 2025 at 4:30 AM
How To Disable Directory Listing From the Command Line in Linux
How To Disable Directory Listing From the Command Line in Linux
In this article, you will learn how to disable the directory content listing from the command line in Linux.
linuxtldr.com
December 11, 2025 at 5:16 AM
Beginners Guide for Rename Command in Linux
Beginners Guide for Rename Command in Linux
In Linux, the rename command is an amazing utility that allows you to rename single or multiple files at once, based on a set of rules or regular expressions you specify.
linuxtldr.com
December 10, 2025 at 4:07 AM
Linux Vipw and Vigr Commands Explained
Linux Vipw and Vigr Commands Explained
In this article, you will learn about the vipw and vigr commands that let you safely edit the configuration files related to users or groups in your favorite text editor.
linuxtldr.com
December 9, 2025 at 2:33 AM
How to Backup and Restore Linux Command History
How to Backup and Restore Linux Command History
In this article, you will learn how to view, backup, and restore the Linux command history on a Linux system, so stick with it till the end to learn everything.
linuxtldr.com
December 8, 2025 at 1:38 AM
Display and Filter History Records Based on Date and Time in Linux
Display and Filter History Records Based on Date and Time in Linux
In this article, you will learn how to add date and time to the history record and how to list previously executed commands based on their date and time in Linux.
linuxtldr.com
December 6, 2025 at 3:20 AM
How to Find the Most Used Commands in Your Linux System
How to Find the Most Used Commands in Your Linux System
In this article, you will learn how to list the most and least executed commands in your Linux system to find your favorite tool.
linuxtldr.com
December 5, 2025 at 3:09 AM
Beginners Guide for Watch Command in Linux
Beginners Guide for Watch Command in Linux
The watch command is used to monitor the changes in the command output over a certain interval of time that can also be manually adjusted.
linuxtldr.com
December 4, 2025 at 2:41 AM
A Tale of "More" and "Less" Commands in Linux
A Tale of "More" and "Less" Commands in Linux
In this article, you will learn to read large files effectively using either the more or less command and find their huge difference.
linuxtldr.com
December 3, 2025 at 3:01 AM
Beginners Guide for Touch Command in Linux
Beginners Guide for Touch Command in Linux
The touch command is used to create new files, change the file access time and file modification time, replicate another file's timestamp, and much more.
linuxtldr.com
December 2, 2025 at 2:57 AM
3 Ways to Change User's Login Shell in Linux
3 Ways to Change User's Login Shell in Linux
In this article, you will learn three ways to change a user's login shell in a Linux system using the usermod, chsh, and vim or nano commands.
linuxtldr.com
December 1, 2025 at 2:31 AM
Listing All the Available Shells in Your Linux System
Listing All the Available Shells in Your Linux System
In this article, you will learn different ways to list all the available shells in your Linux system, including shells associated with specific users, your own default login shell, and many more.
linuxtldr.com
November 29, 2025 at 3:49 AM
Beginners Guide for Read Command in Linux
Beginners Guide for Read Command in Linux
The read command is a built-in Linux utility that allows shell script writers to take single line input from the keyboard or from the file descriptor and store it in a variable.
linuxtldr.com
November 28, 2025 at 2:32 AM
How to Use Here Document (HereDoc) in Linux Shell Script
How to Use Here Document (HereDoc) in Linux Shell Script
In Bash and also for other implementations of the shell, like zsh and fish, you can use the HereDoc to redirect a multi-line or block of lines from the script as an input to interactive commands.
linuxtldr.com
November 27, 2025 at 3:31 AM
Beginners Guide for Unset Command in Linux
Beginners Guide for Unset Command in Linux
The unset command is a built-in Linux command used for flushing the value of variables or functions during program execution.
linuxtldr.com
November 26, 2025 at 3:19 AM
Beginners Guide for Set Command in Linux
Beginners Guide for Set Command in Linux
The set command is a built-in Linux command that can display or modify the value of shell attributes and positional parameters inside the current shell environment.
linuxtldr.com
November 25, 2025 at 4:03 AM
Beginners Guide for Export Command in Linux
Beginners Guide for Export Command in Linux
The export command is used to create environment variables or update variable values in the current shell session by newly forked child processes without starting a new shell session.
linuxtldr.com
November 24, 2025 at 3:17 AM
Beginners Guide for PS Command in Linux
Beginners Guide for PS Command in Linux
The PS is a native command-line utility for UNIX-based systems that monitors the currently running processes in your system.
linuxtldr.com
November 22, 2025 at 2:33 AM
How to Count String Occurrences in a Text File
How to Count String Occurrences in a Text File
In this article, you will learn to count the number of string occurrences in a text file using the grep, wc, and tr commands, including the VIM text editor.
linuxtldr.com
November 21, 2025 at 2:29 AM