From e8a0bf09701adedfe97857fbe13e03ab85d55e3a Mon Sep 17 00:00:00 2001 From: omar-alaa Date: Sun, 28 Sep 2025 18:45:06 +0300 Subject: [PATCH] first commit --- linux-commands | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 linux-commands diff --git a/linux-commands b/linux-commands new file mode 100644 index 0000000..975a54d --- /dev/null +++ b/linux-commands @@ -0,0 +1,44 @@ +whoami +ps aux +uname +kill -9 +sudo apt update +sudo apt upgrade +sudo apt install nginx +sudo systemctl start nginx +ps +grep +service +systemctl list-unit-files --type=service + service nginx restart +ps aux | grep nginx +service nginx status +sudo kill 10240 +ps -a +vim (editor ) +man +cal +date +ls +mv +cd +cp +rm +touch +clear echo +cat +nano +uname +find +grep (regex) +head +tail +cat + grep +less +less + grep +tail +kill all +sudo +top +htop +uptime