Skip to main content

linux password app



                                    #LOGIN WITHOUT PASSWORD#

We normally login as

Login :root
Passwd ----------

]#


But to login without password
[there is a file in a [/etc/passwd] this file conatain all the password informations for all the users. Open the file that contain a [X] follow by the user name like [root:x:0:0: ] simply delete the [X] carefully and it will not ask for the password but when we reassign the password for the user this [x] will come back again to its position.

So by deletion the [X] for the particular user you can loginby that user without enter a password.


Now how to do_________________________________________________________

#vi /etc/passwd

   root:x:0:0:root:/root:/bin:.bash


Delete this x only and the following appears

root::0:0:root:/root:/bin:.bash








:wq! __________ save n exit

Now you can login the root without a password

Login : root

]#



Now if you make more users then to check there entries in the [passwd] file
Press [shift+g] to go to bottom.

Comments

Popular posts from this blog

YUM LINUX

        TOday i'll tell u a way to install viscus server and the way to assemble it. yum server stands for yellow dog updater Modified yum server is largely used for install UNIX packages and server this server is incredibly necessary to handles the linux server. YUM are often assemble to appear for a rev in multiple location Internet access isn't offered throughout the RHCE vi examination YUM server permit you to form native repository During the examination you may have a affiliation to native repository Use YUM to put in and take away rev where attainable throughout the examination YUM mechanically resolve software package dependencies first of all disable firewall. config ip Now how to configure  yum commands. 1 mount  /dev/cdrom/mnt.       enter 2 cd /mnt 3 cd /Packages   (  note :- Package p always capital otherwise your command could not be process.) 4  package]# rpm -ivh vsftp* 5 package]#...

linux operating system

Linux history Linux is made-up by Richard stallman antelope Project was launched in 1983. several programs and utilities were contributed by developers round the world, and by 1991 most of the elements of the system were prepared. Still missing was the kernel. Invented LINUX system itself. In 1991, Torvalds was a student at the University of European nation|Finnish capital|national capital|port} in Finland, wherever he had been exploitation Minix, a non-free Unix-like system, and commenced writing his own kernel. He started by developing device drivers and hard-drive access, and by Gregorian calendar month had a basic style that he referred to as Version zero.01. This kernel, that is termed LINUXsystem, was later on combined with the antelope system to supply a whole free OS. On Oct fifth, 1991, Torvalds sent a posting to the comp. OS. mini newsgroup asserting the discharge of Version zero.02, a basic version that also required Minix to control, however that attracted substantial inte...

free Linux Features

IMPORTANT FUNCTIONS OF LINUX       there's some form of vital functions in  LINUX wish to amendment a begin menu name like different that         below 1... TO KILL A PROCESS________________________________________________________________     It’s sort of a method is functioning on another terminal and by another user you have got to terminate it or kill it from another user mistreatment another terminal How to do like running ping command on terminal [TTY 1] on user [raj]                 Tty1        #ping 192.168.100.10             Reply ###########################             Reply ###########################                 Tty2    root   ...