ZeroScroll
>
chmod
Command
chmod
3 useful snippets found.
Permission for SSH private keys (600)
→
chmod 600 [file]
Standard permission for directories/scripts (755)
→
chmod 755 [target]
How to make a file executable
→
chmod +x [file]