Modify File Permissions with chmod
IDR 10,000.00
chmod 777 chmod(string $filename , int $permissions ): bool Attempts to change the mode of the specified file to that given in permissions.. chmod is used to change the permissions of the actual file. When you execute chmod 777, you are allowing RWX (read, write, execute) access to owners, groups,
sulap777 login, chmod 777 foldername will give read, write, and execute permissions for everyone. chmod 700 foldername will give read, write, and execute.
Quantity: