Error:
$chmod 755 hosts
=> chmod: Unable to change file mode on hosts: Operation not permitted
Fix:
$sudo chown -R $(whoami) .
$chmod 755 hosts
Error:
$chmod 755 hosts
=> chmod: Unable to change file mode on hosts: Operation not permitted
Fix:
$sudo chown -R $(whoami) .
$chmod 755 hosts
For further actions, you may consider blocking this person and/or reporting abuse
Sundara Travels -
Mark Rober -
Business Pro Developer -
John Hanley -
Top comments (0)