How do I show networking routing table information under Solaris UNIX operating systems using a shell prompt?
I’ve just started to use Sun Solaris UNIX in our Labs. I’d like to know more about finding files from from the shell prompt. How do I find a file under UNIX?
I know how to do LUN rescan under Linux using echo command. A reboot option (downtime) is not available for me. How do I rescan LUN under Solaris UNIX operating systems? The cfgadm command provides configuration administration operations on dynamically reconfigurable hardware resources. Pass the -l option to Lists the state and condition of attachment [...]
by Vivek Gite on February 17, 2008 · 1 comment
How do I change default ksh shell to bash shell under Solaris / OpenSolaris UNIX operating system using command line options?
Q. How do I display information about loaded kernel modules under Sun Solaris UNIX operating system? A. You need to use modinfo command which is a trivial program to display information about the loaded modules. The format of the information is as follows: Id Loadaddr Size Info Rev Module Name where Id is the module [...]
Q. How do I mount an ISO CD image under Sun Solaris UNIX?
Q. I am using Solaris UNIX. How can I start Oracle service / server in UNIX from a shell prompt? A. In order to start Oracle service in UNIX you need to login as a Oracle user. Use su – command to login as oracle user. Start Oracle server in UNIX Type the following command, [...]