Posts tagged Bash
Chmod modes: from symbolic to octal and back
- 25 Oktober 2020
Often you will be faced with permission limitations, that will hinder you from manipulating a certain file or directory. To overcome this on Unix-based systems, one can use the chmod command to edit permissions and enable more manipulations possibilities. In this blog, we examine the chmod command and its different modes.