Blog 4: FILE PERMISSIONS & USER/GROUP
MANAGMENT IN LINUX
1) ls -l : Listing File Attribute:
we have seen the number of options with ls command (for eg. ls -a ,ls -i,ls -t ,ls -u etc) the ls -l command displays most attributes of file - like its permissions,size and ownership details.
Let me describe the s...
nairanub.hashnode.dev6 min read