diff --git a/2026/day-04/day-04-commands.md b/2026/day-04/day-04-commands.md new file mode 100644 index 0000000000..10f7576379 --- /dev/null +++ b/2026/day-04/day-04-commands.md @@ -0,0 +1,18 @@ + +Proccess Related Commands: + +#ps -ef To check running process +#ps -ef | grep sshd To check sshd process running or not +#top / #htop To monitor the all process +#ps -eo pid,user,%cpu,%mem,cmd --sort=-%cpu | head To check process cosuming high cpu + + +Systemd Related commands + +#systemctl status/enable/start/restart/reload/stop To perform different action service +#systemctl is-enable sshd To check sshd is enabled after booting +#systemctl is-active sshd To check sshd is running or not +#journalctl -u sshd -f To check sshd latest logs +#journcalctl -u sshd -n 50 To check latest sshd 50 logs + + diff --git a/2026/day-06/Day-06-Command.txt b/2026/day-06/Day-06-Command.txt new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/2026/day-06/Day-06-Command.txt @@ -0,0 +1 @@ + diff --git a/Integeration.md b/Integeration.md new file mode 100644 index 0000000000..69f9ed13c6 --- /dev/null +++ b/Integeration.md @@ -0,0 +1 @@ +Intergration