Afridi Shaikcloudcoder.hashnode.dev·Dec 2, 2023Working with Directories:Manage Directories cdCommand: Used to change the current working directory. Example: cd /path/to/directory. pwdCommand: Prints the current working directory. Example: pwd. ~(Tilde): Represents the home directory of the current user....Linux AlchemyLinux directories
Oluchukwu Ughagwuoluchukwu-ughagwu.hashnode.dev·Sep 16, 2023Essential Guide to Shell Navigation for BeginnersIntroduction You do not have to be a hacker to understand interfaces like this one! In computer systems, there are two types of user interfaces:The Graphical User Interface (GUI) and the Command Line Interface (CLI).Most users are familiar with the ...12 likesShell Navigation
ghouti_yelles0xor1day.hashnode.dev·Sep 6, 2023Navigating the Linux File System: A Comprehensive GuideThe Linux file system is the heart of the operating system, responsible for managing files, directories, and everything you interact with on your Linux system. In this blog post, we'll take a deep dive into the Linux file system, demystifying its str...linux for beginners
Pratik Chavanpratikchavan.hashnode.dev·Jul 16, 2023Mastering Linux Commands: A Guide for DevOps EnthusiastsIntroduction: As a DevOps practitioner, having a solid understanding of Linux commands is essential for efficient system management and automation. In this blog post, we will explore three fundamental Linux commands: checking the present working dire...linux-commands