Sun OpenBoot Prom Commands
Sun computers use a boot monitor program called “OpenBoot”. From the boot monitor we can perform certain hardware...
How to create ISO image in Solaris
Data To CD To create ISO image: mkisofs -o xxx.iso -J -R /full-path-to-data/ CD to CD Capture an...
Top Memory Processes
To view the process consuming the most virtual memory # prstat -s size -n 5
Setting the data and time in Solaris
The Solaris date command syntax format is “mmddhhmmyy” , where mm is month , dd is day of...
Encrypt files in Solaris
To encrypt encrypt -a aes -i input_file -o output_file and decrypt a file: – decrypt -a aes -i...
Using GDM instead of xlogin in Solaris
1. Run the following command to get the name of the service for gdm. # svcs -a |...