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
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
JennyThomas498 -
SFDC News -
Aviral Srivastava -
Bhavya Jain -
Top comments (0)