The following command will search all files on the root filesystem: find / -exec grep -y string {} \; -print where "string" is the string you want to search for ...
確定! 回上一頁