LinuxPermissionschmod 755
chmod

chmod 755Permissions

chmod +x

Set owner rwx, group and others r-x.

Syntax

chmod 755 FILE

Example

Enter values below to update the example in real time.

chmod
deploy
sh
ls
rwxr
xr
user
Jun
chmod 755 deploy.sh
ls -l deploy.sh
# -rwxr-xr-x 1 user user 1234 Jun 28 09:00 deploy.sh