I know the first part of the output that ls command gives, lrwxrwxrwx, the privileges to read, write and execute.
$ ls -l /usr/bin/mvn
lrwxrwxrwx 1 root root 21 May 16 06:55 /usr/bin/mvn -> /etc/alternatives/mvn
What does the part after that mean? Apparently, the root root part doesn't mean only root user can run the command, because I manage to run it with a non-root user. What does the root root part mean?