How to setup Disk space as well as memory in solaris10?
Answers were Sorted based on User's Feedback
Answer / narender gaur
top is not recognisable in Solaris 10 by default.
prstat can be used only to see the statistics of memory and
processes.
format command can be used to setup the disk space but not
memory.
swap memory can be added later by using the swap command
with some options.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / prasanth verkot
1-BY using format command we can find the status of hard
disk.
#format
2-For knowing the memory status
#prtconf |grep Mem
| Is This Answer Correct ? | 4 Yes | 0 No |
How do you move a process which is running background to foreground?
Which command is used to kill the last background job?
What is .sh file?
when we installing aix os the ssh installed default?
Why is it called a shebang?
the difference between a soft link and a hard link?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
Who wrote grep?
what are filters?
If JFS file system is 100% full how we can increase the file system ?
what these two commands prints "echo test","cat test"?
what is the command to find out the difference between files and folders?