File and Folder Permissions in Linux
In a typical UNIX/LINUX-style file listing, a file will be displayed in the following way: Output: The first character indicates the file type. It can be a regular file (-), directory (d), a symbolic link (l), or other special types of files. The following nine characters represent the file permissions, three triplets of three characters … Read more