How to Check, Allow, or Disallow Terminal Write Access in Linux
https://linuxtldr.com/mesg-command/
https://linuxtldr.com/mesg-command/
Linux TLDR
How to Check, Allow, or Disallow Terminal Write Access in Linux
In this quick tutorial, you will learn how to check all the users and specific user terminal write access and how to set or stop the terminal’s permission for writing messages.
How to Ping Multiple Hosts at High Performance with fping in Linux
https://linuxtldr.com/fping-command/
https://linuxtldr.com/fping-command/
Linux TLDR
How to Ping Multiple Hosts at High Performance with fping on Linux
In this article, you will learn how to ping multiple hosts, scan the network, and scan hosts from a text file using the fping command in Linux.
Learn Linux dd Command with 17 Examples
https://linuxtldr.com/dd-command/
https://linuxtldr.com/dd-command/
Linux TLDR
Learn Linux dd Command with 17 Examples
In this article, you will learn how to use the Linux dd command with options and arguments and use it to create backups, clone hard drives, make bootable USB flash drives, and more.
What is /dev/zero in Linux and its Uses
https://linuxtldr.com/dev-zero/
https://linuxtldr.com/dev-zero/
Linux TLDR
What is /dev/zero in Linux and its Uses
In this article, you will learn about the special file /dev/zero and its various use cases, such as creating a swap file, a dummy file for testing, and formatting the drive for security reasons.
Difference Between Su, Sudo Su, Sudo -i, and Sudo -s
https://linuxtldr.com/different-ways-to-switch-users-account/
https://linuxtldr.com/different-ways-to-switch-users-account/
Linux TLDR
Difference Between Su, Sudo Su, Sudo -i, and Sudo -s
There are tons of reasons to switch to another user’s or the root user’s account, however there are multiple ways to do so, which we are going to learn today.
How to Automate SSH Login Using sshpass in Linux
https://linuxtldr.com/sshpass-command/
https://linuxtldr.com/sshpass-command/
Linux TLDR
How to Automate SSH Login Using sshpass on Linux
In this article, you will learn how to use the sshpass command to gain non-interactive access to a remote server by providing the password on the same line.
How to Force User to Change Their Password on Next Login in Linux
https://linuxtldr.com/forcing-user-to-change-their-password-on-next-login-in-linux/
https://linuxtldr.com/forcing-user-to-change-their-password-on-next-login-in-linux/
Linux TLDR
How to Force User to Change Their Password on Next Login in Linux
When you create a new user account and set a password for that account, the "password expires" status is set to never; however, you can later force them to change their password on their next login.
How to Shrink Long or Multiple Commands into Single Small Command
https://linuxtldr.com/shrinking-long-or-multiple-commands-into-a-single-short-command/
https://linuxtldr.com/shrinking-long-or-multiple-commands-into-a-single-short-command/
Linux TLDR
How to Shrink Long or Multiple Commands into a Single Short Command
In Linux, multiple long commands can be easily replaced with a single short command using the alias command.
How To Disable Directory Listing From the Command Line in Linux
https://linuxtldr.com/disable-directory-listing-in-linux/
https://linuxtldr.com/disable-directory-listing-in-linux/
Linux TLDR
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.
“most” is an advanced alternative for the less command
https://linuxtldr.com/most-command/
https://linuxtldr.com/most-command/
Linux TLDR
“most” is an advanced alternative for the less command
The "most" command is a pager tool like "more" or "less" that is used to display big files on one page at a time and is especially known for the window splitting feature.
ExplainShell: The Best Alternative for Linux Man Pages
https://linuxtldr.com/explainshell/
https://linuxtldr.com/explainshell/
Linux TLDR
ExplainShell: The Best Alternative for Linux MAN PAGES
The explainshell is a web-based tool that can be said to be an alternative to traditional Linux man pages for providing you with detailed explanations in a beautiful hierarchy.