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.…
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.…
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.…
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.…
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.…
bash • 6 min read • Bash if..else Statement Understand bash if-else statements with our step-by-step tutorial. It allows you to perform execution of commands based on certain conditions.…
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.…
transfer-files • 4 min read • How to Transfer Files with Rsync over SSH Transfer Files with Rsync over SSH with our step-by-step tutorial. The rsync is used for backups, and transferring files between systems.…
linux • 4 min read • How to Run Linux Commands in Background Run Linux Commands in Background with our step-by-step tutorial. A background process runs in the background without human intervention.…
extract • 4 min read • How to Extract (Unzip) tar.xz File Extract(unzip) tar.xz files with our step-by-step tutorial.A tar.xz file is a compressed archive that combines the tar archiving format with the XZ.…
copy • 5 min read • How to Copy Files and Directories on Linux Copy Files and Directories on Linux with our step-by-step tutorial. One common task when working on the command line is file and folder copying.…
delete • 4 min read • How To Delete the Local and Remote Git Branch Delete the Local and Remote Git Branch with our step-by-step tutorial. Git branch is a crucial feature of the popular version control system.…