Dziewiate_21

 0    21 adatlap    michalesq
Nyomtatás játszik ellenőrizze magát
 
kérdés - válasz -
How to renice program, execute command and take every running httpd process
kezdjen tanulni
renice -n 10 $(pgrep httpd)
How to tar a file with priority -20 and display time needed to process?
kezdjen tanulni
time nice -n -20 tar -cvf test. tar test. file
Where can you find information about number of CPUs?
kezdjen tanulni
cat /proc/cpuinfo
What does top -d 2 do?
kezdjen tanulni
Set top updates to 2 seconds
What does k do in top command?
kezdjen tanulni
kill process
What does r do in top command?
kezdjen tanulni
renice process
What does P do in top command?
kezdjen tanulni
sort by CPU usage
What does M do in top command?
kezdjen tanulni
sort by memory usage
What does t do in top command?
kezdjen tanulni
disable line with tasks
What does m do in top command?
kezdjen tanulni
disable line with memory usage
What does l do in top command?
kezdjen tanulni
disable line with cpu usage
Where all non persistent logs for journalctl are written to?
kezdjen tanulni
cd /run/log/journal
How to make journalctl logs persistent?
kezdjen tanulni
go to /etc/systemd/journalctl. conf, uncomment storage
Where all persistent logs for journalctl are written to?
kezdjen tanulni
/var/log/journal
Where would you configure logrotation for journalctl?
kezdjen tanulni
/etc/logrorate.conf
How to display last 10 lines of logs?
kezdjen tanulni
journalctl -n
How to display logs with priority info?
kezdjen tanulni
journalctl -p info
How to display logs since yesterday?
kezdjen tanulni
journalctl --since=yesterday
How to display logs since one hour ago?
kezdjen tanulni
journalctl --since "one hour ago"
How to display info about boot process?
kezdjen tanulni
systemd-analyze
How to dusplay info about the process lanunched very long?
kezdjen tanulni
systemd-analyze blame

Kommentár közzétételéhez be kell jelentkeznie.