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 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

SSH ip command

If you wish to obtain information about your server’s IP on a Linux machine using SSH you can use...

SSH rm command

If you wish to remove a file or folder from your Linux system you can use SSH rm command. In this...

SSH echo command

One of the most useful commands in a Linux environment is echo. With it, you can provide output...

SSH history command

If you wish to find what commands you have previously executed in a Linux environment you can use...

SSH cd command

SSH cd command is mainly used to navigate in your Linux environment. In this article, we’ll show...

Powered by WHMCompleteSolution