Day 3 of #90DaysOfDevOps
File Permission Commands
The ls command along with its -l (for long listing) option will show you metadata about your Linux files, including the permissions set on the file.
$ ls -ltr
drwxr-xr-x 1 root root 0 Jan 29 23:04 dir1/
-rw-r--r-- 1 root root...
basavaraj-devops-blog.hashnode.dev4 min read