Team EasyExamNotes
Absolute and Relative Pathnames
Absolute Pathname:- Its full pathname of any file or directory that means where a file reside in its parent directory.For example: /usr/share/profjayesh is full pathname for … Read more
Editing text files in Linux
“Text editors” are used to edit the text files in Linux. One of the text editor used in Linux is as below. Vi/Vim text editor. Vi is … Read more
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
The root user
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
Changing password in Linux
$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
Elements of the X Window System
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
Switching between virtual console and graphical environment
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
Logging in a Linux system
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 distribution
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