Feb 16, 2003 #1 D dd2001 Full Member level 4 Joined Apr 14, 2002 Messages 236 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,298 Activity points 1,912 setting user quota for 1g anybody advise me how to setup new user account with 1GB disk space for EDA tools on Solaris 9 ? How to modify .login, .profile, .cshrc to get work?
setting user quota for 1g anybody advise me how to setup new user account with 1GB disk space for EDA tools on Solaris 9 ? How to modify .login, .profile, .cshrc to get work?
Feb 16, 2003 #2 W windflower Member level 2 Joined Jul 17, 2001 Messages 53 Helped 2 Reputation 4 Reaction score 1 Trophy points 1,288 Activity points 379 edquota 1g edquota -u newuserid, you can try: man edquota to see the help.
Feb 16, 2003 #3 D dd2001 Full Member level 4 Joined Apr 14, 2002 Messages 236 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,298 Activity points 1,912 Yes, I've tried, typed: edquota -u userid, not working. Error: /etc/mnttab: No UFS filesystem with quotas file
Yes, I've tried, typed: edquota -u userid, not working. Error: /etc/mnttab: No UFS filesystem with quotas file
Feb 17, 2003 #4 W windflower Member level 2 Joined Jul 17, 2001 Messages 53 Helped 2 Reputation 4 Reaction score 1 Trophy points 1,288 Activity points 379 maybe you need the following step to finished it. you can get more help by search "quota linux" in google 1)you need edit /etc/fstab, to decide which partition to quota 2)quotacheck 3)edquota -u userid 4)quotaon, turn on quota bestregard windflower
maybe you need the following step to finished it. you can get more help by search "quota linux" in google 1)you need edit /etc/fstab, to decide which partition to quota 2)quotacheck 3)edquota -u userid 4)quotaon, turn on quota bestregard windflower