> chmod 644 example.txt
> ls -l example.txt
-rw-r--r-- 1 owner ogroup 57 Jul 3 10:13 example.txt
The above command changes the file permissions to allow the file owner to read and write to a file. It also allows users in the owner's group and other users in the system to read the file.