We do symbolic options for chmod(1)
Don't bomb out if the argument is not a valid octal number, it could very well be something like "chmod +x test".
This commit is contained in:
Don't bomb out if the argument is not a valid octal number, it could very well be something like "chmod +x test".