{"id":219,"date":"2015-06-21T08:49:03","date_gmt":"2015-06-21T07:49:03","guid":{"rendered":"https:\/\/www.kolkataonweb.com\/code-bank\/?p=219"},"modified":"2016-07-18T21:39:27","modified_gmt":"2016-07-18T20:39:27","slug":"cannot-delete-files-folders-in-linux","status":"publish","type":"post","link":"https:\/\/www.kolkataonweb.com\/code-bank\/miscellaneous\/cannot-delete-files-folders-in-linux\/","title":{"rendered":"Cannot Delete Files \/ Folders In Linux"},"content":{"rendered":"<p>A folder\/file is not getting deleted? Have changed the permission and ownership but still cannot delete?<\/p>\n<p>This can be due to the immutable flag set.<br \/>\n(<em>Specially In ISPConfig when a folder is created for a site or when folder is mapped to a FTP User, ISPConfig itself sets the immutable flag<\/em>)<\/p>\n<p>To delete a folder or file which has the immutable flag set, try the following<\/p>\n<pre class='wp-code-highlight prettyprint'>chattr -i filename\/foldername\r\nrm -f filename \/ rm -f -r foldername<\/pre>\n<p>A folder still is not getting deleted? Try<\/p>\n<pre class='wp-code-highlight prettyprint'>cd foldername\r\nchattr -i .\r\nchattr -i ..\r\ncd ..\r\nrm -f -r foldername<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A folder\/file is not getting deleted? Have changed the permission and ownership but still cannot delete? This can be due to the immutable flag set. (Specially In ISPConfig when a folder is created for a site or when folder is mapped to a FTP User, ISPConfig itself sets the immutable flag) To delete a folder&hellip; <a class=\"more-link\" href=\"https:\/\/www.kolkataonweb.com\/code-bank\/miscellaneous\/cannot-delete-files-folders-in-linux\/\">Continue reading <span class=\"screen-reader-text\">Cannot Delete Files \/ Folders In Linux<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-219","post","type-post","status-publish","format-standard","hentry","category-miscellaneous","entry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/219","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/comments?post=219"}],"version-history":[{"count":4,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/219\/revisions"}],"predecessor-version":[{"id":458,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/posts\/219\/revisions\/458"}],"wp:attachment":[{"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/media?parent=219"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/categories?post=219"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kolkataonweb.com\/code-bank\/wp-json\/wp\/v2\/tags?post=219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}