Can someone guide me what does each column of ls -ali
output in linux describe?
Advertisement
Answer
ls -ali
something like this
67403780 -rw-------. 1 root root 1114 12月 6 2016 anaconda-ks.cfg
-a, –all do not ignore entries starting with .
-i, –inode print the index number of each file
inode, authority, num ,user,group, size , date file name
you can use “man ls” see more infomations