Skip to content

Commit

Permalink
Update linux.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
PancernyJez authored Jun 26, 2024
1 parent e9ae943 commit 091cb67
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion homework/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pancern+ 2886 0.0 0.6 492256 27900 ? Sl 20:03 0:00 /usr/bin/upda
pancern+ 3073 0.0 1.4 216416 58764 ? S 20:04 0:00 /usr/bin/Xwayland :0 -rootless -noreset -accessx -core -auth /run/user/1000/.mutter-Xwaylandauth.TP4WP2 -listenfd 4 -listenfd 5 -displayfd 6 -initfd 7 -byteswappedclients
pancern+ 5749 0.2 5.5 2341704 224408 ? Sl 22:38 0:05 /usr/bin/nautilus --gapplication-service
pancern+ 5880 1.9 7.1 2357000 286340 ? Sl 22:42 0:40 /usr/bin/gnome-text-editor /home/pancerny102/Documents/LinuxZadanieDomowe/commands.txt
55 mkdir LinuxZadanieDomowe
56 cd LinuxZadanieDomowe/
57 touch processes.txt
58 ps aux > processes.txt
Expand All @@ -36,3 +35,12 @@ pancern+ 5880 1.9 7.1 2357000 286340 ? Sl 22:42 0:40 /usr/bin/gnom
68 history | tail -12
69 history | tail -18
70 history | tail -16 > commands.txt
71 cat selected.txt commands.txt
72 ls
73 more processes.txt
74 ls
75 less commands.txt
76 less selected.txt
77 grep "/bin" processes.txt
78 history
79 history | tail -24 > commands.txt

0 comments on commit 091cb67

Please sign in to comment.