Delete all files and folders in that directory

rm -rf FolerName

CHMOD Code:

  • 644:file readable by anyone and writable by the owner only.
  • 755:readable/executable by everyone and writable by the owner only.
  • 777: Full access by anyone
  • -R option is to apply to files and folders within it.
    chmod -R 755 directory-name