Changing identities in Linux
Sometimes it’s necessary for regular user to use some super privileges to perform a task. Than regular user needed to be change its identity from … Read more
Sometimes it’s necessary for regular user to use some super privileges to perform a task. Than regular user needed to be change its identity from … Read more
Root user is created during the installation of system. To login on root user steps are shown in below image. Root user have following special … Read more
$passwd, command is used to change the password in Linux system. Steps to change the password : Enter the passwd command in terminal It will ask, … Read more
X-WINDOW SYSTEM X – system provides display interface between system and an user. X- windows system gives graphical user interface which makes use of system … Read more
Here console means screen on which command works are performed. For example ‘Terminal’ of Linux is also a type of console. There are overall 6 … Read more
To log in into a Linux system it’s compulsory to have an account on it.Account of user is created by system administrator, who also provide … Read more
Linux is just a “Kernel”. To make Linux a complete operating system, it needed to be combine with other free available softwares. Linux distributions do … Read more
Linux was started in 1990. Linux was developed by Finnish student Linus Torvalds as his project (Free operatingsystem Kernel). Linus Torvalds released the first version … Read more
Open source softwares are softwares which are having following characteristics: Softwares are free of cost. Source codes free availability. Right to manipulate software. All users … Read more
What is a Version ? A version is a collection of software configuration items. Each software version is different from previous one in some aspects. … Read more