How may will you find the process id and disk utilizations.

Answers were Sorted based on User's Feedback



How may will you find the process id and disk utilizations...

Answer / raman.danasekaran

ps -ef ---> shows process id and
du ----> for disk usage
df ----> for disk free

Is This Answer Correct ?    3 Yes 1 No

How may will you find the process id and disk utilizations...

Answer / deepadevi.m

pr command to print the file and id command to view the
userid and groupid.
$ ps -ef
UID PID PPID C STIME TTY TIME CMD
root 0 0 0 Apr 10 ? 0:24 sched
root 1 0 0 Apr 10 ?
7:59 /sbin/init -r
root 2 0 0 Apr 10 ? 0:27 pageout
root 3 0 0 Apr 10 ? 1262:15 fsflush
root 5739 1 0 Apr 10 ? 3:15
horcmd_041
============================================================
$ du
8 ./.ssh
2 ./.sunw/pkcs11_softtoken/public
2 ./.sunw/pkcs11_softtoken/private

Is This Answer Correct ?    3 Yes 1 No

How may will you find the process id and disk utilizations...

Answer / imran

# df -k --> Will show the disk utilization in Kilobytes.
# df -h --> Will show the disk utilization in Mega/Giga bytes

Is This Answer Correct ?    0 Yes 0 No

How may will you find the process id and disk utilizations...

Answer / danasekaran r

prstat
du -s or df -k

Is This Answer Correct ?    0 Yes 0 No

How may will you find the process id and disk utilizations...

Answer / srinivas rao.muvva

# ps

#du -s /mountpiont

Is This Answer Correct ?    0 Yes 1 No

How may will you find the process id and disk utilizations...

Answer / sbrahman75

# pr

Is This Answer Correct ?    0 Yes 5 No

How may will you find the process id and disk utilizations...

Answer / sachin

id commmand for dispalying process ids
du options for disk utilizations

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Solaris Commands Interview Questions

What is the command to identify master node on vcs

1 Answers   Atos Origin,


What are the two types of service groups?

2 Answers  


We have edit the /etc/passwd file and modify a user forget to give the shell will user able to loging?

2 Answers  


What are the service group dependence?

2 Answers  


How to delete “abc” files using find command

3 Answers  






What are processing daemon in nis

2 Answers  


Have you done the patching, the patching is done by you only or some one will assign to you?

0 Answers   HP,


What are the protocols in VCS

3 Answers  


How to delete a service group

4 Answers  


I have a TCP error how can fix this error?

3 Answers   Thomson Reuters,


How many fields in passwd, shadow and group files

2 Answers  


Expalin soft link and hard link

8 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)