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鈥檚 essential for a software developer to at least have an idea of how Linux works and how to use it. In this article, you鈥檒l find so...02PS