Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- clear
- echo -e '\033[0;32m1.1.1.1\033[0m'
- sudo /home/nazwauzytkownika/./sysop_vm_check-2025 indeks
- echo -e '\033[0;32m1.1.1.2\033[0m'
- lscpu | grep --color -E "NUMA node\(s\)|On-line CPU\(s\) list:|$"
- echo -e '\033[0;32m1.1.1.3\033[0m'
- lsmem | grep --color -E "Total online memory:|$"
- free -mw | grep --color -E "total|$"
- echo -e '\033[0;32m1.1.2.1\033[0m'
- lsblk
- echo -e '\033[0;32m1.1.2.2\033[0m'
- sudo parted -l | grep --color -E "Tablica partycji:|$"
- echo -e '\033[0;32m1.1.2.3\033[0m'
- lsblk -f | grep --color -E "sda3|$"
- sudo pvdisplay | grep --color -E "sda3|$"
- echo -e '\033[0;32m1.1.2.4\033[0m'
- sudo lvs | grep --color -E "LV|VG|$"
- sudo vgdisplay fedora | grep --color -E "VG Name|Cur PV|Free PE / Size|$"
- echo -e '\033[0;32m1.1.2.5\033[0m'
- #wariant 1
- df -i /dev/fedora/root | grep --color -E "iwęzły|wolneI|$"
- df -h /dev/fedora/root | grep --color -E "rozm.|dost.|$"
- #wariant 2
- df -hT | grep --color -E "ext4|$"
- stat -f /dev/mapper/fedora-home | grep --color -E "wolnych|dostępnych|$"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement