{"id":240,"date":"2015-10-22T21:38:41","date_gmt":"2015-10-22T21:38:41","guid":{"rendered":"https:\/\/technese.com\/?p=240"},"modified":"2019-12-26T21:39:41","modified_gmt":"2019-12-26T21:39:41","slug":"search-for-string-in-file-system-in-linux","status":"publish","type":"post","link":"https:\/\/technese.com\/index.php\/2015\/10\/22\/search-for-string-in-file-system-in-linux\/","title":{"rendered":"Search for string in file system in Linux"},"content":{"rendered":"\n<p>Search for the string \u2018root\u2019 in the entire filesystem<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code># grep -H -R root .\/* | cut -d: -f1\n<\/code><\/pre>\n\n\n\n<p>Source: <a href=\"http:\/\/www.cyberciti.biz\/faq\/howto-search-find-file-for-text-string\" target=\"_blank\" rel=\"noreferrer noopener\">http:\/\/www.cyberciti.biz\/faq\/howto-search-find-file-for-text-string<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Search for the string \u2018root\u2019 in the entire filesystem Source: http:\/\/www.cyberciti.biz\/faq\/howto-search-find-file-for-text-string<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-240","post","type-post","status-publish","format-standard","hentry","category-general"],"_links":{"self":[{"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/posts\/240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/comments?post=240"}],"version-history":[{"count":1,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/posts\/240\/revisions"}],"predecessor-version":[{"id":241,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/posts\/240\/revisions\/241"}],"wp:attachment":[{"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/media?parent=240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/categories?post=240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/technese.com\/index.php\/wp-json\/wp\/v2\/tags?post=240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}