#linux
Read more stories on Hashnode
Articles with this tag
Linux Command Cheat Sheet Basic File and Directory Commands CommandDescriptionExample pwdPrints the current working directorypwd lsLists files...
Today, I have learned "Advanced Linux Shell Scripting and User Management" as part of my #DevOps journey with the #90DaysOfDevOps challenge by...
What are Shell Commands? Shell commands are instructions that allow users to interact with the operating system's shell in Linux. These commands, such...
What is Kernel ? Kernel is kernel is the core part(heart) of an operating system, written in C language. Kernel is also called "LINUX", itself. The...