Linux & System Administration How to Find Files by Name in Linux Linux file search: use find, e.g., find / -name 'filename' -type f or find . -iname 'pattern' to locate files by name; pipe to grep, use -exec or sudo for protected paths. Examples!!
Linux & System Administration How to Display Disk Usage in Linux Terminal showing disk usage in Linux: 'df -h' output listing partitions, sizes, used and available space, percentages, a graphical bar, colored bars and icons indicating near-full.
Linux & System Administration How to Create Symbolic Links in Linux Isometric scene: dark terminal with glowing rim and blinking cursor between an original folder (chip emblem) and a link folder (curved arrow), joined by a glow chain and subtle Tux.
Linux & System Administration What Does the df Command Do? Displays filesystem disk space usage, reporting total, used, and available blks and mount points; supports options like -h for human-readable sizes and -T to show filesystem types.
Linux & System Administration How to Move Files Using mv Command Terminal showing 'mv' command usage: move files between directories, rename files, and update paths; examples: mv file.txt /dest/, mv oldname.txt newname.txt; common options -i, -v
Linux & System Administration How to Copy Files Using cp Command How to Copy Files Using cp Command File management forms the backbone
Linux & System Administration How to Create a Directory in Linux Terminal window showing Linux commands: user typing 'mkdir new_folder' then 'ls' to verify, illustrating how to create a directory, set permissions, and navigate into it with 'cd'.
Linux & System Administration What Is Swap Space in Linux? Diagram of Linux swap space: reserved disk area used as virtual memory when RAM is full, showing pages moved between RAM and swap to free RAM and maintain system responsiveness....
Linux & System Administration How to Kill a Process by Name in Linux Illustration of a Linux terminal demonstrating pkill and killall to stop procs by name, showing usage examples, signal options, process names, and required root or sudo privileges.
Linux & System Administration What Is a Cron Job? Server clock, gears and terminal window depicting a cron job: scheduled, recurring automated tasks on a Unix-like system that run scripts or commands at specified times. every day.
Linux & System Administration How to Shutdown a Linux System Safely Graphic showing safe Linux shutdown steps: save work, close apps, run sudo shutdown or poweroff, notify users, unmount drives, wait for clean shutdown before powering off hardware.
Linux & System Administration What Is systemctl Used For? Illustration of systemctl controlling systemd units: start, stop, restart, enable, disable, mask, status queries, list units, dependencies, and change boot targets or system state.