Operating System - Linux
1839319 Members
2779 Online
110138 Solutions
New Discussion

Purpose of Unix account in Directory works

 
harshasns
Occasional Visitor

Purpose of Unix account in Directory works

Can someone help understand the purpose of unix account in directory works? where can I use that unix id to login? How do I reset unix account password?

1 REPLY 1
Ihaqueit
Trusted Contributor

Re: Purpose of Unix account in Directory works

  1. Open a shell prompt and type the passwd command to change root or any user’s password in UNIX
  2. The actual command to change the password for root user on UNIX is
    sudo passwd root
  3. To change your own password on Unix run:
    passwd
I Haq