The file /etc/passwd contains information about all the users. However it is difficult to decipher the information stored in it. Write a shell script which would Receive the logname during execution ,obtain information about it from /etc/passswd and display this information on the screen in easily understable format.(Hint: Use Cut command)