What is the meaning of those numbers in the second column after typing "ls -l"?
        Posted  
        
            by 
                Nick Dong
            
        on Super User
        
        See other posts from Super User
        
            or by Nick Dong
        
        
        
        Published on 2012-07-02T01:35:49Z
        Indexed on 
            2012/07/02
            3:18 UTC
        
        
        Read the original article
        Hit count: 576
        
drwxr-xr-x. 2 root root 4096 Jun 29 16:44 db
drwxr-xr-x. 2 root root 4096 Jun 29 16:44 djproject
-rwxr-xr-x. 1 root root   38 Jun 29 16:44 index.html
drwxr-xr-x. 2 root root 4096 Jun 29 16:44 jobs
-rwxr-xr-x. 1 root root  252 Jun 29 16:44 manage.py
drwxr-xr-x. 3 root root 4096 Jun 29 16:44 templates
What is the meaning of those numbers in the second column? Do they have some relation to file and folder permissions? How do I change the numbers?
© Super User or respective owner