Tuesday, September 16, 2008

Wednesday 17th September, 2008

Have Never ever worked on Solaris during my 4 years of work experience. But have started working on it since the last two weeks. Thanks to alpa, get to know it in bits and pieces...

Here's the story....

  • gz extension is for gunzip
  • to untar a file simply do tar -xvf
  • this is how we add the package --> pkgadd -d ./ where -d stands for the device
  • to un mount a drive --> umount
  • to mount a drive --> mount :

No comments: