How to use disk quotas in solaris (command mode) ? what is
the procedure for how to allocate particular space to
particular user
Answer Posted / sandeep
create one slice and format it.
#mount it on /export/home
#useradd -d /export/home/rao -m rao
#useradd -d /export/home/raj -m raj
#passwd rao
#passwd raj
#cd /export/home
#touch quotas
#quotaon -v /export/home
#edquota rao
fs /export/home blocks(softs=4,hard=6)inodes(soft=8,hard=12)
click on file and save it,then close it
telnet 0
login as rao
#touch 1 2 3 4 5 6
#touch 7(here warning will come but file is created)
#touch 8 9 10(now here error will come)
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to solve the system hang issue. Found that the memory state is free, commands to check and solve the issue?
How can the user in solaris check the status of processes?
How does a solaris cluster work?
How can threads be created in a solaris environment? Write an example
In solaris 10 root Disk is 98% full what steps to be taken?
How can a user boot in solaris as root if the password is non functional?
How to view shared memory statistics?
What do you understand by irq assignments?
How to solve the system hang issue.
what is the importance of swap memory and how it will supports?
Explain the vmstat output?
What can be done to protect the system from overflow exploits?
How can abiword be compiled for solaris using gcc?
What is the login shell?
How can a user login to solaris? What is the login shell?