RRudrakshiinrudrakshi.hashnode.dev·Jan 20, 2022 · 4 min readBash Shell Scripting GuideIntroduction to Shell Whenever you log in to a Linux system you are placed in a shell program. The shell's prompt is usually visible at the cursor's position on your screen. To get your work done, you enter commands at this prompt. The shell is a com...02SH
RRudrakshiinrudrakshi.hashnode.dev·Jan 20, 2021 · 7 min readLinux BasicsLinux is a family of open-source Unix-like operating systems based on the Linux kernel developed by Linus Torvalds. It’s essential for a software developer to at least have an idea of how Linux works and how to use it. In this article, you’ll find so...02PS