public directories • 4 min read • How to Count Files in Directory on Linux Count files in directory on Linux with our step-by-step tutorial. It refers to a file system container that holds files and directories.…
public cd • 4 min read • Cd Command in Linux (Change Directory) Use cd command in Linux with our step-by-step tutorial. The cd ("change directory") command is used to change the current working directory.…
public groups • 4 min read • How to List Groups on Linux List Groups on Linux with our step-by-step tutorial. On Linux, a group is a collection of users with access privileges to files and resources.…
public swap-space • 3 min read • How to Change the Swappiness Value on Linux Change the Swappiness Value on Linux with our step-by-step tutorial. Swap space is part of the hard disk used when the RAM memory is full.…
public su • 4 min read • How to use Su Command in Linux (Switch User) In this tutorial, we'll go through how to utilize the su command which is the simplest way to switch to the administrative account.…
public pwd • 3 min read • Pwd Command in Linux (Current Working Directory) Use pwd command in Linux with our step-by-step tutorial. The pwd is the user's current working directory where he or she is now working.…
public tcpdump • 10 min read • Tcpdump Command in Linux Use tcpdump command with our step-by-step tutorial. A tcpdump command which is used for capturing and inspecting network traffic.…
public curl • 6 min read • Curl Command in Linux with Examples Use the curl command in Linux with examples with our step-by-step tutorial. A tool for transmitting data to/from servers without user input.…
public timeout • 4 min read • Timeout Command in Linux Use timeout Command in Linux with our step-by-step tutorial. A command-line utility that terminates a command if it runs past a set time limit.…
public wget • 6 min read • Wget Command in Linux with Examples Use wget Command in Linux with Examples with our step-by-step tutorial. A command-line program to download files from the internet.…
public bash • 5 min read • How to Use the Bash Functions Use bash functions with our step-by-step tutorial. Bash functions can be very helpful while writing your shell scripts.…
public tee • 3 min read • How to use the Linux Tee Command Use Linux tee command with our step-by-step tutorial. The `tee` command in Linux allows you to display and write output simultaneously.…