1. Home
  2. Computing & Technology
  3. Focus on Linux

Linux Command

By Juergen Haas, About.com

5a. SYSTEM Configuration File

The presence of this file will influence which version of the 'help' screen is shown to an ordinary user. More importantly, it will limit what ordinary users are allowed to do when top is running. They will not be able to issue the following commands.
   k         Kill a task
   r         Renice a task
   d or s    Change delay/sleep interval

The system configuration file is not created by top. Rather, you create this file manually and place it in the /etc directory. Its name must be 'toprc' and must have no leading '.' (period). It must have only two lines.

Here is an example of the contents of /etc/toprc:
   s         # line 1: 'secure' mode switch
   5.0       # line 2: 'delay'  interval in seconds

Back to Index

Important: Use the man command (% man) to see how a command is used on your particular computer.

All commands:
Linux/Unix Command Library
Shell Command Library

Explore Focus on Linux

More from About.com

  1. Home
  2. Computing & Technology
  3. Focus on Linux
  4. Linux / Shell Commands
  5. Linux Command - 5. FILES

©2008 About.com, a part of The New York Times Company.

All rights reserved.