© 2023 Hashnode
#linux-basics
Introduction Linux, an open-source operating system known for its stability, flexibility, and security, has gained tremendous popularity in recent years. Its vast ecosystem of distributions, known as …
What is Shell Scripting? Shell scripting refers to writing scripts or programs that are interpreted and executed by a shell, which is a command-line interpreter for operating systems like Unix, Linux,…
What is Operating System: An operating system (OS) is a software program that acts as an intermediary between computer hardware and software applications. It is a crucial component of any computing de…
It is an operating system first released on September 17, 1991, by Linus Torvalds. It comes from the family of Unix operating system which is a black terminal screen that provides excellent security. …
Basic LINUX commands. To view what's written in a file. The command to view what's written in a file is cat filename To change the access permissions of files. The command to change the access …