Hi, I encountered a strange bug - "echo" command i...
# general
m
Hi, I encountered a strange bug - "echo" command is not logged by "process_events" Linux table. Why may it happen?
s
echo
is usually a shell built-in command
m
Thanks for the answer, is there a way to have it logged (maybe using another table or by looking into different processes)?
s
for shell builtin commands, there is no separate process, it's the shell that's "executing" it directly, perhaps try searching for your shell in the process_events table?
m
Thanks for your help! 🙂