View Single Post
Posts: 2,154 | Thanked: 8,464 times | Joined on May 2010
#693
Originally Posted by fffiretys View Post
Damn.. is there a command which can search for that text or sentence? I guess its stored in some file what opens in startup.. perhaps removing that file would then remove the message? Just need to know which file or files kernel-power installs.
program grep

Usage: grep "string" "file"
Example:
$ grep "string*xyz" /etc/subdir/*file*a
This will output all files with mask /etc/subdir/*file*a which contains mask "string*xyz"
 

The Following User Says Thank You to pali For This Useful Post: