How can I change permissions on my files? Linux

  How can I change permissions on my files? If you are using FTP software, there is usually a menu option or button that says “Change Permissions,” click this option. You have choices of R(read), W(write), and X(execute)*.If you are using a command line utility such as PuTTy, you need to use the “chmod” command. If …

Linux / Unix and variant users delete files and folders

Linux / Unix and variant users Files Linux / Unix users can delete files through the console by using the rm command. See this page for additional information about this command. Folders Linux / Unix users can delete folders through the console by using the rmdir command. See this page for additional information about this command. Like …