diff --git a/homework/linux.txt b/homework/linux.txt index e69de29b..7d2c362e 100644 --- a/homework/linux.txt +++ b/homework/linux.txt @@ -0,0 +1,37 @@ + Wed 25 Feb - 19:17  ~/Documents/coders-school/linux/assignment-1  + @phil  cat selected.txt commands.txt +377 +209:dbus 639 0.0 0.0 8628 4220 ? Ss 13:23 0:00 /usr/bin/dbus-broker-launch --scope system --audit +212:root 642 0.0 0.1 565392 26500 ? Ssl 13:23 0:04 /usr/bin/NetworkManager --no-daemon +215:root 691 0.0 0.0 17448 12708 ? Ss 13:23 0:03 /usr/bin/wpa_supplicant -u -s -O /run/wpa_supplicant +216:root 702 0.0 0.1 158664 20264 ? Ssl 13:23 0:00 /usr/bin/sddm +217:root 704 0.0 0.3 2527948 54524 ? Ssl 13:23 0:10 /usr/bin/containerd +221:root 839 0.0 0.4 2720212 77408 ? Ssl 13:24 0:01 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock +225:phil 1158 0.0 0.0 8156 3920 ? Ss 13:24 0:00 /usr/bin/dbus-broker-launch --scope user +227:phil 1160 0.4 0.1 107764 19116 ? S commands.txt + 2884 cat selected.txt commands.txt + 2885 cd .. + 2886 rm -rf assignment-1 + 2887 ls + 2888 clear + 2889 mkdir assignment-1 + 2890 cd assignment-1 + 2891 touch processes.txt + 2892 ps aux > processes.txt + 2893 cp processes.txt copy.txt + 2894 mkdir backup + 2895 mv copy.txt backup/ + 2896 wc -l < processes.txt > selected.txt + 2897 grep -n "/bin" processes.txt >> selected.txt