2 FAQ tagged "ctrl c"
Viewing 1-2 of 2 FAQ -- Linux View / display a logfile in real time on screen
Q. I’d like to see my php or apache web server log files in real time. How do I see log file in real time including all incoming logs?
A. You need to use tail command which output the last part of files in real time including all incoming logs to a file.
tail -f file-name [...] - Howto stop or terminate Linux command process with CTRL + C
Q. Sometime I type command and accidentally hit the [ENTER] key and immeditly realized that it was wrong command. How do I stop process assuming that process is not going in background? For example
cp /path/* /wrong/path
Stop or terminate Linux command process with CTRL + C
A. To stop process hit CTRL + C, for example, you [...]
Viewing 1-2 of 2 FAQ - ( see all popular tags )


Recent Comments
Today ~ 2 Comments
Today ~ 1 Comment
Today ~ 7 Comments
Yesterday ~ 77 Comments
Yesterday ~ 2 Comments