Skip to main content

Posts

Showing posts with the label becoming superuse

System Software | Device Drivers | Part - 2

Device Driver is a software & this is a type of system software. Driver are need for all the hardware installed in the computer because these drivers help to connect the hardware to the operating system, Without drivers the operating system will not give any commands. "The Driver acts like a bridge between the O/S & Hardware" Which Devices need Drivers : All hardware devices that are unknown to the operating system or Components that the operating system does not understand, drivers are need for them. Some device drivers come with hardware which is available in the CD & Some hardware requires drivers to be downloaded from the internet.  List of hardware device that require drivers : Card Reader Modem Motherboard Chipset Printer Web Cam Wi-fi Adapter Scanner Controller USB Devices Video Card Sound Card Which Devices not need Drivers : Nowadays, many drivers come in the operating system, due to which some hardware does not require drivers tha...

$(Dollar Sign-Normal User) And #(Hash-Super User ) what is difference in Root and Normal user in Kali Linux?

  Hello guys i am Dr Hack Virus !  T oday's topic is What the difference between D ollar Sign ( Normal-User ) and H ash Sign ( System-Administrator/Super-User/Root-User ). This is very important part in ethical hacking and also for Kali Linux Learning user,because if you don't understand the difference in root user and normal user you can't understand the Kali Linux System. In this topic we cover the many important things so let's start.  In Kali Linux Terminal we see the sometimes the Dollar Sign   - $  And Sometimes the Hash Sign - # but those are different to each other,How they are different let Understand. Linux Operating System Terminal Different Operating System have different terminal like- [me@Linux  ~ ]$ root@Kali:~#  john@lab-Kali:~$ guest@Linux:~> Fedora/Cent-OS/Redhat - [guest@Linux ~]$ Debain/Ubuntu - guest@Kali:~$/guest@Ubuntu:~$ SUSE Linux - guest@Lin...