#linux
Read more stories on Hashnode
Articles with this tag
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...
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 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...
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...
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...