Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. [root@notebook ~]# grep USER /etc/shadow
  2. USER:!!:16577:1:90:7:::
  3. [root@notebook ~]#
  4. [root@notebook ~]# su - USER
  5. [USER@notebook ~]$ id
  6. uid=1000(USER) gid=983(GROUPN) groups=983(GROUPN),10(wheel) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023
  7. [USER@notebook ~]$ passwd
  8. Changing password for user USER.
  9. Changing password for USER.
  10. (current) UNIX password:
  11. passwd: Authentication token manipulation error
  12. [USER@notebook ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement