public ln • 4 min read • Ln Command in Linux (Create Symbolic Links) Create symbolic links using ln command in Linux with our step-by-step tutorial. It is a file that points to another file or directory.…
public date • 5 min read • Date Command in Linux Use date command in linux with our step-by-step tutorial. It is used to print the date, time in various formats, as well as to calculate future.…
public echo • 5 min read • Echo Command in Linux with Examples Use echo command in Linux with our step-by-step tutorial. It is a powerful command that is widely used in scripts and command-line operation.…
public pkill • 3 min read • Pkill Command in Linux Use pkill command with our step-by-step tutorial. A command-line utility that sends signals to processes based on specified criteria.…
public touch • 4 min read • Linux Touch Command Use the Linux touch command with our step-by-step tutorial. It is used to create new files or update the timestamp of existing files.…
public unlink • 3 min read • Unlink Command in Linux (Remove File) Use unlink command in Linux with our step-by-step tutorial. The unlink command in Linux is used to remove a single file.…
public mkdir • 4 min read • How to Create Directories in Linux (mkdir Command) Create directories in Linux with our step-by-step tutorial. Making directories is a task that allows users to structure the file system.…
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 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.…