SSH chmod command

If you wish to edit the ownership permissions of your Files / Directories you can use SSH chmod command. The topic of ownership is quite vast and we won’t discuss it in here, but we will show you the basic usage of this command so you can easily modify files and folders with the right permissions. In this knowledgebase article, we will show you the basic usage of the SSH chmod command.

Basic SSH chmod command usage

chmod 644 myFile.txt
chmod 755 myDirectory

You can also specify each flag for chmod

chmod +x myScript.sh
chmod -x index.php
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Linux tar Command

The Linux tar command is used to compress and extract files to and from an archive. In this...

How to Install WordPress via SSH

Since WordPress is the most widely used CMS it’s installation process has been made as simple and...

SSH Execute Command on a Remote server

Via SSH you can connect to a remote server’s shell. This will allow you to execute commands on...

How to connect to your shared hosting account via SFTP with FileZilla

SFTP is a convenient way to use SSH, while also using the interface of a simple FTP. In order to...

SSH netstat command

If you wish to debug or track statistics of your network in a Linux environment you can use SSH...