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 |
use of ls command
What is the difference between pipe and xargs?
What command a user use to view a long text file one page at a time in UNIX?
What Command will remove a Directory in UNIX?
solaris Run level?
What does grep v do?
what are processor execution levels and priorities?
What are the differences among a system call, a library function, and a unix command?
What is the use of sed command in unix?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
why unix operating system provides more security than other operating systems?
What is awk used for?