linux: find out file permissions numbers
When dealing with file on Linux you eventually will handle file permissions in multiple situations. Although the default permission schema shown by the command ls tends to be more intuitive given its verbosity, using a more simple view based on the permissions number might be faster (if you are familiar with it). For example, lets take… Continue reading linux: find out file permissions numbers