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 |
What is the unix command to confirm a remote host is alive or not?
Who command in unix operating system?
What is the use of awk command in unix?
in unix echo is used for
10 Answers BFL, BirlaSoft, Patni,
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance
How to use grep command to list find the records of a file containing 10 different strings?
what are the different commands used to create files?
What is an Environment Variable?
What does the command ' $who | sort –logfile > newfile' do?
What is a shell in Unix? Name some common Unix shells.
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
What is the syntax of grep command and what is its use?