Files Commands
Files Commands
2. cd - Change directory
chmod 644 file1.txt - Sets read and write permissions for the owner, and read-only permissions for others.
chmod u+x script.sh - Adds execute permission for the file owner on script.sh.