Delete Set public Set private Add tags Delete tags
  Add tag   Cancel
  Delete tag   Cancel
  • • DevOps notes •
  •  
  • AI
  • Tags
  • Login
1 result tagged hostname

Disk usage, logging, shutdown, hostname/shaare/V4gBWg

  • RHCSA
  • disk
  • logging
  • shutdown
  • tail
  • hostname
  • df
  • du
  • ss
  • iproute
  • memory
  • logs
  • RHCSA
  • disk
  • logging
  • shutdown
  • tail
  • hostname
  • df
  • du
  • ss
  • iproute
  • memory
  • logs

Disk and Memory Info

  • df → disk partition info
  • df -h → human-readable format
  • du → size of file/directory
  • free → memory info
  • cat /proc/cpuinfo → CPU info
  • cat /proc/meminfo → memory info

System Logs & Diagnostics

  • dmesg → check kernel ring buffer logs
  • iostat → check disk I/O stats
  • ip route | column -t → check routing table
  • ss → view open ports/sockets

Log Directory Structure

  • Logs in /var/log/

    • boot → startup records
    • chronyd → NTP info
    • cron → cron jobs
    • maillog → mail daemon
    • secure → login/logout tracking
    • messages → general trace logs
    • httpd → web server errors

Log Monitoring

  • tail -f filename → follow log file in real time

System Shutdown & Boot Control

  • shutdown → graceful shutdown
  • init 0-6 → runlevels (0=off, 3=multi-user, 6=reboot)
  • reboot → reboot system
  • halt → force shutdown immediately

Hostname Management

  • cat /etc/hostname → current hostname
  • hostnamectl set-hostname myhostname → change hostname
2 weeks ago Permalink
cluster icon
  • Systemctl, process management : Basic System Info Commands uptime → time, uptime, users, load average hostname → current hostname ip hostname → show IP & hostname uname -a → current...
  • Crontab / at : Crontab Basics crontab -e → edit crontab crontab -l → list crontab entries crontab -r → remove crontab entries systemctl status crond → check crond s...
  • Basic File Commands / File Search Commands : touch one two three → Create 3 files mkdir folder → Make directory mv -R / cp -R → Move or copy folder including subfolders find . -name "geor...
  • File Display Commands / Filters / Text Processing Input : File Display Commands cat → Show entire content cat -A → Show non-printable characters more → Paginate output less → Same as more but allows navigatio...
  • Navigating File System / Linux filetypes : ls -l → List pwd → Print working directory dr-xr-xr-x | directories -rw-r--r-- | file Linux File Types Symbol Type - Regular file d Dire...


(14)
Filter untagged links
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community