Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • chk_space_SID.ksh Linux/Unix
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • Pending Distributed Transations Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • How can I tell if ASO is installed ? Oracle
  • Remove duplicate rows from table Oracle
  • cif crons Linux/Unix
  • Locktree.sql Oracle
  • fdisk -l explaination about Primary-Logical-Extended Partitions Linux/Unix
  • Reclaim temp tablespace for oracle 8, 8i Oracle
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • Kill a session dynanically using execute immediate Oracle
  • find_du.ksh to find # of files, their sizes in current folder and its subdolder Linux/Unix
  • scp with ssh2 Linux/Unix
  • Removing Blank lines from file using grep Linux/Unix

Unix command for system configuration

Posted on 21-Oct-2010 By Admin No Comments on Unix command for system configuration

Seeing kernel version (32/64 Bit) on Unix flavors.

-isainfo -kv on Solaris

-lsconf on AIX

-uname -a on Linux

to See configuration

-prtdiag on Solaris

-lsconf on AIX

-dmidecode on Linux

Other useful Unix commands:

Disk usage.

# df -al

Memory information.

# free

Network information.

# ifconfig -a

Installed Modules information.

#lsmod

Currently mounted filesystems/shares.

# mount

Process tree

# pstree

System uptime information.

# uptime

Services running in different runlevels.

# chkconfig –list

Generates hardware configuration report. (Not sure whether it is present in RH9)

# /usr/share/rhn/up2date_client/hardware.py

Installed RPMS.

# rpm -q –all

List of currently open files.

# lsof -b +M -n -l

Attached USB devices.

# lsusb

Routing table information.

# route -n

Partition table

# fdisk -l

System hostname

# hostname

IP Tables information

# iptables -t filter -nvL

Listing PCI Devices

# lspci

# lspci -n

# lspci -nv

# lspci -nvv

Linux/Unix, shell

Post navigation

Previous Post: Oracle Recommended Patches — Oracle Database ID 756671.1
Next Post: fuser to check who is using diretory

Related Posts

  • Directory wise folder wise space usage Linux/Unix
  • to see when crontab is changed. Linux/Unix
  • catall.sh Linux/Unix
  • copying/removing directory with all its subdirectory Linux/Unix
  • Looping for remote servers and find its database from oratab file. Linux/Unix
  • Monitor and Trace Unix processes using truss Linux/Unix

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • runsql_once.ksh Linux/Unix
  • Renaming the column name Oracle
  • Implementing Listener Security Oracle
  • ext#.sql Oracle
  • Database logon trigger issue Oracle
  • PLSQL Table Syntax 1 Oracle
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme