Dan Koskeidankoskei.hashnode.dev·Dec 10, 2024Navigating Your Computer Using the TerminalWhen I started learning to code, one of my earliest challenges was understanding that a “directory” is essentially a file folder. This guide is here to demystify the basics of navigating your computer’s file structure using the Linux terminal—an esse...terminal
Afridi Shaikcloudcoder.hashnode.dev·Nov 29, 2023Linux Interface & Getting help from Manual PagesLinux Shell Interface Root User:- [root@localhost ~]# root -----> root/admin user localhost---> Serverhostname [/etc/hostname] ~ --------> Home Directory # --------> Root/Super user prompt Normal User:- [user@localhost ~]$ user -----> username loc...33 readsLinux AlchemyUser manual pages