Oracle Consulting Oracle Training Oracle Support Development
Home
Catalog
Oracle Books
SQL Server Books
IT Books
Job Interview Books
eBooks
Rampant Horse Books
911 Series
Pedagogue Books

Oracle Software
image
Write for Rampant
Publish with Rampant
Rampant News
Rampant Authors
Rampant Staff
 Phone
 800-766-1884
Oracle News
Oracle Forum
Oracle Tips
Articles by our Authors
Press Releases
SQL Server Books
image
image

Oracle 11g Books

Oracle tuning

Oracle training

Oracle support

Remote Oracle

STATSPACK Viewer

Privacy Policy

 

   
  Oracle Tips by Burleson

Getting Help with Linux

Whenever you need detailed help with command syntax or with
command options the man (manual) command will display all
of the information about the specified command that you will
require. The information will be displayed one screen at a time.
When you want to advance to the next screen, press the space
bar. At the end of the display you can use the Q command to
quit.

The man pages will tell you the proper command syntax

Enter the man command followed by the name of the
command that you need help with as in the following example:

man w

W(1) Linux User's Manual W(1)

NAME
w - Show who is logged on and what they are doing.

SYNOPSIS
w - [husfV] [user]

DESCRIPTION
w displays information about the users currently on the machine, and
their processes. The header shows, in this order, the current time,
how long the system has been running, how many users are currently
logged on, and the system load averages for the past 1, 5, and 15 minutes.

The following entries are displayed for each user: login name, the tty
name, the remote host, login time, idle time, JCPU, PCPU, and the com-
mand line of their current process.

The JCPU time is the time used by all processes attached to the tty.
It does not include past background jobs, but does include currently
running background jobs.

The PCPU time is the time used by the current process, named in the
"what" field.

COMMAND-LINE OPTIONS
-h Don't print the header.

-u Ignores the username while figuring out the current process and
cpu times. To demonstrate this, do a "su" and do a "w" and a "w
-u".

-s Use the short format. Don't print the login time, JCPU or PCPU
times.

-f  Toggle printing the from (remote hostname) field. The default as
released is for the from field to not be printed, although your
system administrator or distribution maintainer may have compiled
a version in which the from field is shown by default.

-V Display version information.

user Show information about the specified user only.

FILES
/etc/utmp
information about who is currently logged on

/proc process information


The above book excerpt is from:

Easy Linux Commands
Working Examples of Linux Command Syntax

ISBN: 0-9759135-0-6   

Terry Clark 

http://www.rampant-books.com/book_2005_1_linux_commands.htm 

Linux Oracle commands syntax poster

ION Oracle tuning software

Oracle data dictionary reference poster



Oracle Forum

BC Oracle consulting support training

BC remote Oracle DBA   

 

   

 Copyright © 1996 -2017 by Burleson. All rights reserved.


Oracle® is the registered trademark of Oracle Corporation. SQL Server® is the registered trademark of Microsoft Corporation. 
Many of the designations used by computer vendors to distinguish their products are claimed as Trademarks
 

Hit Counter