Practical solutions

Linux Howtos How-To Guides

Solve the problem. Keep building. Collection of Linux how-to articles

Find the answer you need

Browse practical solutions, grouped by the task you're working on.

__COUNT__ entries on this page

How to Use Grep With Multiple StringsThis article shows how to use grep to extract multiple substrings. The screen Command in LinuxThis tutorial explains using the screen command in Linux to create, attach, detach, log and exit screen sessions. How to Open a File at Specific Line Number Using Vi and Vim EditorsEasy guide to open a file at specific line number using vi or vim editor in Linux. How to Get Folder Size in LinuxThis article describes how to get the directory size in Linux. The top Command in LinuxThis tutorial demonstrates the use of Top command in Linux. How to Sorting Files by Size in LinuxLearn how to find files by size in Linux How to Find and Replace Complex Strings by Using Sed With RegexThis tutorial demonstrates how to find and replace complex strings by using Sed with regex. How to Change the Permission of Folder and Directories in Linux/UnixThis tutorial demonstrates how can permission of folder and directories be changed in Linux/Unix. How to List Users in a Group in LinuxThis article explains how to list users on a group in Linux. How to Handle Zip Files on LinuxThis article shows how to manipulate zip files on Linux. How to Copy to/From Clipboard in LinuxThis article demonstrates the use of copy to/from a clipboard commands in Linux. How to Get a List of All Storage Devices Connected to a Linux MachineThis tutorial demonstrates how to get a list of all storage devices connected to a Linux machine. How to Use the rm Command to Remove Files in LinuxThis tutorial demonstrates using the rm command in Linux to remove files and directories. How to Create Directory in BashThis article demonstrates how to create a folder if it doesn't already exist in Bash. How to Fix the Device or Resource Busy Error on LinuxThis tutorial demonstrates how to fix the device or resource busy error on Linux. How to Check Java Version in LinuxThis article discusses the methods to check the version of Java on a Linux machine. To check the Java version in Linux, we can use the version command, the whereis command, and the file path. How to Fix the Mkvirtualenv Command Not Found Error in BashThis article serves as a guide to fix the mkvirtualenv command not found error in Bash. How to Get IP Address in CentOSA tutorial for getting server IP address in CentOS using command line interface. How to Exit From Bash ScriptA beginner guide to Bash scripting and how to exit from a Bash script. How to Echo Tab Characters in Bash ScriptThis article demonstrates how to echo special characters such as tabs, which would otherwise be converted to a single space character in a Bash script. This extends to shells other than Bash (such as zsh). How to Read From a File or User Input in BashAn article explaining about the input from user and from the file in Bash. How to User Input in BashThis tutorial will discuss user input in Bash. How to Find a File Recursively in LinuxThis article demonstrates how to find a file recursively in Linux. How to Replace Characters in a String Using BashThis article discusses different approaches to replace characters in a string using Bash.