Solaris-Unix

One of the most common ways for hackers to break into a Solaris system is to exploit buffer overflows. How do I turn on buffer overflow protection under Solaris UNIX operating system just like CentOS/Redhat Linux system?

{ 2 comments }

I‘d like to match all filename like foo.c, FOO.C, fOO.c, Foo.C and so on using find command under UNIX. How do I do a case-insensitive find search under Sun Solaris / OpenSolaris UNIX systems?

{ 1 comment }

How do I show networking routing table information under Solaris UNIX operating systems using a shell prompt?

{ 0 comments }

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?

{ 19 comments }

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 [...]

{ 0 comments }

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 [...]

{ 0 comments }