Friday, May 19, 2023

How to check available shell in Linux OS ?

 Check available shell in Linux OS : 


[root@0.0.0.0]# cat /etc/shells

/bin/sh

/bin/bash

/usr/bin/sh

/usr/bin/bash

/bin/ksh

/bin/rksh

/usr/bin/ksh

/usr/bin/rksh

[root@0.0.0.0]#

1 comment:

  1. Thank you : could you please teach me shell script

    ReplyDelete

Gather stats in Oracle - most commonly used DBMS_STATS.GATHER_TABLE_STATS parameters

Below is a comprehensive explanation of the most commonly used DBMS_STATS.GATHER_TABLE_STATS parameters and when you should use them. Synta...