Solaris operating system
Solaris view network routes using netstat
The netstat command can be used to view network routes on Solaris. Use the “-rn” flags to get the output formatted as below root@solaris:~# netstat […]
Solaris operating system
The netstat command can be used to view network routes on Solaris. Use the “-rn” flags to get the output formatted as below root@solaris:~# netstat […]
On occasion you may want to see statistics on which users are consuming the most resources on your system. In solaris you can use the […]
You can use the “mount” command to show the status of mounted filesystems in solaris root@solaris:~# mount / on rpool/ROOT/solaris read/write/setuid/devices/rstchown/dev=4750002 on Wed Dec 31 […]
If you ever wanted to play around with ZFS but don’t want to use cold, hard disks then you can simulate disks and create a […]
One of the most handy things to do with the sed command in solaris is a simple find and replace. In the example below we […]
Logfiles on solaris can be found under var, specifically /var/adm The messages file should also be contained within that directory root@solaris:/var/adm# pwd /var/adm root@solaris:/var/adm# cat […]
To restart SSH in solaris you can use the svcs command to view the current status of the service root@solaris:~# svcs | grep ssh online […]
Solaris provides a useful tool to find more information about an unexpected event on your Solaris system. Once the event occurs, information is immediately captured […]
Most of the smb commands are in the /usr/sfw/bin directory. Including “smbpasswd” and “smbclient”. The smb packages will need to be installed. Copy the smb […]
To find the serial number of your server in solaris you may be able to use the prtdiag command as follows: The serial number should […]
Copyright © 2024 | WordPress Theme by MH Themes