From 94576e5655afe82ad6adde7cef6b628d55a6fbec Mon Sep 17 00:00:00 2001
From: AbdullahRizwan101 <60057481+AbdullahRizwan101@users.noreply.github.com>
Date: Sat, 3 Oct 2020 07:32:59 -0400
Subject: [PATCH] Update Cheat Sheet.md

---
 Cheat Sheet.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cheat Sheet.md b/Cheat Sheet.md
index 0976d68..6a9f205 100644
--- a/Cheat Sheet.md	
+++ b/Cheat Sheet.md	
@@ -66,7 +66,7 @@ run getgui -u [USER_NAME] -p [PASS]
 * script - records terminal activites
 * w /who `check current pts ,terminal device`
 * ps -t ps/pts<number> `process monitoring`
-* script /dev/pts/<number> `montior terminal`
+* script /dev/pts/0 `montior terminal`
 * cat /dev/urandom > /dev/pts/pts-number  2>/dev/null `prints arbitary text on terminal`
 * pkill -9 -t pts/pts-number
 ### Closing Session (Windows)