• 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

Archives for October 2022

nice: command not found

by admin

The nice command enables you to run a command with a different nice value than the default. The -n option increments the nice value by the given integer; if you don’t provide an integer, then the command will assume an increment of 10. By running nice without any options, you’ll see the default nice value. […]

Filed Under: Linux

systemd-analyze Command Examples in Linux

by admin

The systemd-analyze command is used to retrieve performance statistics for boot operations. The command takes one or more subcommands that determine what type of information to print, and how. For process management and troubleshooting, blame is the most relevant subcommand. This will print a list of all systemd units that were executed at boot, along […]

Filed Under: Linux

systemd-analyze: command not found

by admin

The systemd-analyze command is used to retrieve performance statistics for boot operations. The command takes one or more subcommands that determine what type of information to print, and how. For process management and troubleshooting, blame is the most relevant subcommand. This will print a list of all systemd units that were executed at boot, along […]

Filed Under: Linux

top: command not found

by admin

Like ps, the top command lists all processes running on a Linux system. It acts as a process management tool by enabling you to prioritize, sort, or terminate processes interactively. It displays a dynamic process status, reflecting real-time changes. Syntax The syntax of the top command is: # top [options] Different keystrokes within this tool […]

Filed Under: Linux

ps: command not found

by admin

The ps command invokes the process table, a record that summarizes the currently running processes on a system. When the command is run without any option, it displays the processes run by the current shell with details such as the PID, the terminal associated with the process, the accumulated CPU time, and the command that […]

Filed Under: Linux

pgrep Command Examples in Linux

by admin

The Process Grep, commonly known as pgrep, is another popular method used for finding process IDs at the shell. If we know the process name, then we can specify it with the pgrep command. The pgrep command displays the PID of processes that match any given pattern, similar to how grep is used to match […]

Filed Under: Linux

pgrep: command not found

by admin

The Process Grep, commonly known as pgrep, is another popular method used for finding process IDs at the shell. If we know the process name, then we can specify it with the pgrep command. The pgrep command displays the PID of processes that match any given pattern, similar to how grep is used to match […]

Filed Under: Linux

“map in use” error while removing multipath device in CentOS/RHEL

by admin

The multipathd -k command is an interactive interface to the multipathd daemon. Entering this command brings up an interactive multipath console. After entering this command, you can enter help to get a list of available commands, you can enter a interactive command, or you can enter CTRL-D to quit. The multipathd interactive console can be […]

Filed Under: CentOS/RHEL, Linux

service: command not found

by admin

The service command is another way to control SysVinit services through SysVinit scripts. It supports the following subcommands. Subcommand Used To {service} status Print current state of service. {service} start Activate service immediately. {service} stop Deactivate service immediately. {service} restart Restart service immediately. {service} reload Re-read config files while service runs. Syntax The syntax of […]

Filed Under: Linux

chkconfig: command not found

by admin

The chkconfig command can be used to control services at each runlevel. It can also be used to start or stop services during system startup. Syntax The syntax of the chkconfig command is: # chkconfig [options] [service] [subcommand] The following are some subcommands and options that can be used with chkconfig to control services. Option […]

Filed Under: Linux

« Previous Page
Next Page »

Primary Sidebar

Recent Posts

  • “aws s3 presign” Command Examples
  • “aws s3 mv” Command Examples
  • “aws s3 mb” Command Examples
  • “aws s3 ls” Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright