I need to retrieve last 100 lines of logs from the log file. I tried the sed command sed -n -e '100,$p' logfilename Please let me know how can...
  • May 21, 2022
  • 0 Comments
I want to know how I can see exactly what the cron jobs are doing on each execution. Where are the log files located? Or can I send the...
  • May 19, 2022
  • 0 Comments
When I run nohup some_command &, the output goes to nohup.out; man nohup says to look at info nohup which in turn says: If standard output is a terminal,...
  • May 18, 2022
  • 0 Comments
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only...
  • May 18, 2022
  • 0 Comments