Tag: Linux
All the articles with the tag "Linux".
Basic Linux System Commands
Published: at 04:00 PMObtaining basic host information is essential for system administration tasks. This article covers commands to display the hostname, host details, IP addresses and system uptime.
Navigating the Linux Filesystem A Short Guide to Listing Files and Directories
Published: at 06:06 AMNavigating the Linux filesystem is a foundational skill for any Linux user, and mastering the art of listing files and directories is a key component of this journey. In this short guide, we will explore various commands and techniques for effectively listing files and directories in Linux, focusing on the versatile `ls` and `tree` commands.