commit e8a0bf09701adedfe97857fbe13e03ab85d55e3a Author: omar-alaa Date: Sun Sep 28 18:45:06 2025 +0300 first commit 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