Truong Nguyentruongnn.me·Apr 21, 2024Updating the PATH Variable in the ShellIntroduction The PATH environment variable is a critical component in Unix-like operating systems, including Linux and macOS. It helps the shell identify where to find executable files when commands are entered. Updating the PATH variable allows user...DiscussBasic linux commands
Truong Nguyentruongnn.me·Apr 18, 2024Understanding Shells: A Basic GuideIntroduction In computing, a shell is a user interface that provides access to various services of an operating system's kernel. Shells can be either graphical or command-line based, with the latter being prevalent in Unix-like systems, including mac...Discussbasic guide