Articles in this series
When you first use the Terminal, you can see something like this If we check the location using "pwd", we can see this Basically, in general every...
File types in Linux Every object in Linux can be called as files. For example, Also special files, To check that in terminal, use file <object...
Assume that these 2 pc are connected with 192.168.1.0 so, if you ping for 192.168.1.11 from 192.168.1.0, you will get this Which means 192.168.1.10...
Within Linux , we need to keep these in mind: Access controls : Use of password based authentication to know who can access which files. PAM :...
Assume you have a shell script which needs to start during boot. The script works with your python script which depends on Postgres database. So, the...
Creating our first script Let’s assume that we are about to launch a rocket to lunar/moon Let’s create a folder called “lunar-mission” . Then create...