Linux Basics
Day #2
Check your present working directory. pwd
List all the files or directories including hidden files. ls
Create a nested directory A/B/C/D/E mkdir -p A/B/C/D/E
Search for a command to run...
Day #2
Check your present working directory. pwd
List all the files or directories including hidden files. ls
Create a nested directory A/B/C/D/E mkdir -p A/B/C/D/E
No comments yet. Be the first to comment.
How to Check Disk Space in Linux Using the df Command in Linux The df command, short for “disk-free,” is a fundamental tool for displaying available and used disk space on your Linux system. Syntax of df Command in Linux df [OPTIONS] The df command ...
Check Memory Usage in Linux via Command Line Checking Linux memory usage via the command line is a highly efficient method and often the only way to check memory usage on remote headless servers. Use the examples below to check memory usage via CLI. ...
Secure your Linux Distro in 15 Steps Document the host information BIOS protection Hard disk encryption Disk partitioning Lock the boot directory Disable USB usage Update your system Check the installed packages Check for open ports Secure ...
Creating shell scripts in Red Hat Enterprise Linux (RHEL) involves using Bash (Bourne Again Shell), which is the default shell. Shell scripting allows automation of tasks, system administration, and more. Here's a comprehensive tutorial to get you st...
In Red Hat Enterprise Linux (RHEL), managing networking involves several commands for configuring network interfaces, checking connectivity, and troubleshooting network-related issues. Here are some essential networking commands frequently used in RH...