Sysadmin Cards Practice Exam
Question 1 of 50
wget -c url
ssh -J jumphost targethost
ss -tulpn
tar -tzf archive.tgz
journalctl --since \"2025-12-01 10:00\" --until \"2025-12-01 12:00\"
strace -p PID
sar -u
journalctl -k
find / -perm -4000 -type f 2>/dev/null
df -h
anacron
ip link set dev eth0 mtu 9000
setfacl -d -m u:username:rwx directory
ulimit -n 65535
ip route add NETWORK via GATEWAY dev IFACE
docker system prune
nmap -p- host
dmidecode -t memory
sysctl
getenforce
htop
top
swapon -s
cat /proc/swaps
sftp
get -r remotedir
scp -r user@host:/path /local
docker compose up -d
docker-compose up -d
systemd-run --on-active=5m command
crontab -e
docker stats
dmesg -c
dmesg -C
~/.ssh/config
nproc
grep -c ^processor /proc/cpuinfo
xfs_growfs MOUNTPOINT
rsyslog
journald
journalctl
nice -n 10 command
systemd-tmpfiles --create
--clean
pgrep
sysctl -a
ss -tlnp | grep -E ':21|:22'
systemctl status vsftpd proftpd
getfattr -d filename
lsattr filename
docker build -t repo/name:tag .
localhost
nginx
/etc/netplan/
nmcli device status
apachectl graceful
systemctl reload apache2
ip addr
Requires
Wants
atq
journalctl -u name.service -f
lscpu
dmesg | grep -i "oom\|killed process"
glances
id username
simple
forking
/var/log/nginx/access.log
/var/log/nginx/error.log
sshfs
nc -zv host 443
sshfs user@host:/path /mnt
ssh -A host
setenforce 0
stress-ng --cpu 4 --timeout 60s
ping -c 4 host
dpkg -l
ProxyJump jumpuser@jumphost
passwd -l user
apt update
apt upgrade
apt full-upgrade
chronyc sources
ip neigh flush dev IFACE
update-grub
grub-mkconfig
/boot/grub/grub.cfg
sftp user@host
https://konsoleh.hetzner.com
mkfs.ext4 /dev/sdX
certbot --nginx -d domain.com
ss -tlnp
/etc/login.defs
apt autoremove --purge
tracepath
/run
journalctl > logs.txt
journalctl --output=export > logs.export
ip link set dev eth0 down
ss -tan state established
lsblk -f
crontab -l
-u user
chown -R user:group /path
getfacl filename
tcpdump -n -i eth0 port 80
killall
pkill
/proc/PID/cmdline
xfs_fsr /mountpoint
ip link set dev eth0 up
tcpdump -i IFACE -w capture.pcap
journalctl -b -1
gdisk /dev/sdX
Question navigator