From 485f743b44b76627a96b75faca152d563651f355 Mon Sep 17 00:00:00 2001 From: Sera91 Date: Mon, 29 Apr 2024 07:27:12 +0200 Subject: [PATCH] modified: Day6/Instruction_to_run_Jupyter_server_from_slurm.md --- Day6/Instruction_to_run_Jupyter_server_from_slurm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day6/Instruction_to_run_Jupyter_server_from_slurm.md b/Day6/Instruction_to_run_Jupyter_server_from_slurm.md index 446677f..7d4bbfb 100644 --- a/Day6/Instruction_to_run_Jupyter_server_from_slurm.md +++ b/Day6/Instruction_to_run_Jupyter_server_from_slurm.md @@ -28,7 +28,7 @@ $ tail -10 /etc/services to print the PID type the following command on the local terminal: -$ fuser 8888/tcp +$ fuser 8881/tcp (this command will print the PID of the process listening the port in the format "8888/tcp: PID")