• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

conky Command Examples in Linux

by Deepika

The conky command is a utility in Linux that is used to start the Conky system monitor. Conky is a lightweight system monitor that displays system information on the desktop in real-time.

To start Conky with a default configuration file, use the following command:

# conky

This will start Conky with the default configuration file, which is typically located at ~/.conkyrc.

To start Conky with a specific configuration file, use the following command:

# conky -c /path/to/configuration/file

This will start Conky with the specified configuration file.

conky Command Examples

1. Launch with default, built-in config:

# conky

2. Create a new default config:

# conky -C > ~/.conkyrc

3. Launch Conky with a given config file:

# conky -c path/to/config

4. Start in the background (daemonize):

# conky -d

5. Align Conky on the desktop:

# conky -a top|bottom|middle_left|right|middle

6. Pause for 5 seconds at startup before launching:

# conky -p 5

Filed Under: Linux

Some more articles you might also be interested in …

  1. dar: command not found
  2. act – Execute GitHub Actions locally using Docker (Command Examples)
  3. CentOS / RHEL : How to find Logical volumes (LVs) contained in Physical Volume (PVs) in LVM
  4. How To Customize The Screensaver Options In Gnome on CentOS/RHEL 7
  5. test: command not found
  6. fstrim: command not found
  7. cpio Command Examples in Linux
  8. Ubuntu Linux – OpenShot Video Editor
  9. How to Install the pip Package in CentOS/RHEL 7 and 8
  10. Audit Log And Messages File Not Rotating on CentOS/RHEL

You May Also Like

Primary Sidebar

Recent Posts

  • aws ec2: CLI for AWS EC2 (Command Examples)
  • aws cur – Create, query, and delete AWS usage report definitions (Command Examples)
  • aws configure – Manage configuration for the AWS CLI (Command Examples)
  • aws cognito-idp: Manage Amazon Cognito user pool and its users and groups using the CLI

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright