Posts

process in Gui for linux user Management/***

Image
  GUI (Graphic User Interface) In Graphical Mode (GUI), we can have many shells open, it is a good thing when we are performing some tasks on multiple/remote computers. We can even log in with our username/id and password/keys through the GUI. After successfully logging in, we are taken to the OS desktop where we can use the installed applications. Non-graphical mode actually starts off with a text-based login, As shown below. We are generally prompted for our username/ID and after entering that, we are then prompted for our password. If the login is successful, then we are taken straight to an execution shell. In command line interface or the CLI, there are none of the windows present to move around. Even though we have specific text editors, dedicated web browsers, and email clients, they are basically just texts. This is how UNIX got its start before the graphical environments became the norm. Most servers will be running in command line mode (CLI) too because a GUI is a wa

User Management Commands in Linux /****

Image
  User Management in Linux   A user is an entity, in a Linux operating system, that can manipulate files and perform several other operations. Each user is assigned an ID that is unique for each user in the operating system. In this post, we will learn about users and commands which are used to get information about the users. After installation of the operating system, the  ID 0 is assigned to the root user  and the IDs 1 to 999 (both inclusive) are assigned to the system users and hence the ids for local user begins from 1000 onward . In a single directory, we can create 60,000 users.    User Management Command User management is nothing but adding, deleting the users and assigning the passwords for the users in Linux . The same follows with groups. The important thing is this command needs root privilege for accessing other users or groups. Only the same user process can be done without the privilege. Changing user’ s home directory To change the user’ s default home

Where User Account and Group Information Is save?

Image
This section covers the following information: ·          Fields in the password  File ·          Default password  File ·          Fields in the shadow File ·          Fields in the group File ·          Default group File ·          Commands for Obtaining User Account Information Depending on your site policy, user account and group information can be stored in your local systems  /etc.  files or in a name or directory service as follows: ·          The NIS name service information is stored in maps ·          The LDAP directory service information is stored in indexed database files Note -    To avoid confusion, the location of the user account and group information is generically referred to as a file rather than as a database, table, or map. Most user account information is stored in the  password  file. Password information is stored as follows: ·          In the  password  file when you are using NIS ·          In the  /etc/shadow  file whe

WHY THE WORLD GOING TOWARDS TO LINUX OPERATING SYSTEM?

Image
  Every desktop computer uses an  operating system . The most popular operating systems in use today are: ·          Windows ·          Mac OS ·          LUNIX Linux -- is an operating system -- very much like. LUNIX  -- that has become very popular over the last several years. The Linux kernel, created by  Linus Torvalds , was made available to the world for free. Torvalds then invited others to add to the kernel provided that they keep their contributions free. Thousands of programmers began working to enhance Linux, and the operating system grew rapidly. Because it is free and runs on PC  platforms, it gained a sizeable audience among hard-core developers very quickly. Linux has a dedicated following and appeals to several different kinds of people: ·          People who already know UNIX and want to run it on PC-type hardware ·          People who want to experiment with operating system principles ·          People who need or want a great deal of control over

WHERE linux operating system is used?

Image
  Linux has been around since the mid-1990s. and has since reached a user-base that spans the globe. Linux is everywhere: It's in your phones, your thermostats, in your cars, refrigerators, Roku devices, and televisions. It also runs most of the Internet, all of the world’s top 500 supercomputers, and the world’s stock exchanges. LINUX is using in smartphones to cars, supercomputers and home appliances, home desktops to enterprise servers, the Linux operating system is everywhere & it is establishing very fastly.

What is linux Operating System?

Image
  linux Operating system (OS) It’s just SAME like a window operating system, and Mac OS,. That’s right, zero cost of entry… as in free. You can install Linux on as many computers as you like without paying a cent for software or server licensing. To put it simply, the operating system manages the communication between your software and your hardware. Without the operating system (OS), the software wouldn’t function.

What is open-source network?Linux OPERATION SYSTEM (OS).../

Image
  What is open-source network? open-source software (OSS) is computer software with its source code made available with a licence in which the copyright holder provides the right to study changes, and distribute the software to anyone & for any purpose. Open source network is the most prominent example for open-source Development. Open source follows these key tenants: ·          The freedom to run the program, for any purpose. ·          The freedom to study how the program works, and change it to make it do what you wish. ·          The freedom to redistribute copies so you can help your neighbor. ·          The freedom to distribute copies of your modified versions to others.   it's the code computer programmers can manipulate to change how a piece of software—a "program" or "application"—works. Programmers who have access to a computer program's source code can improve that program by adding features to it or fixing parts that don&#