1833873 Members
3466 Online
110063 Solutions
New Discussion

Re: quotas issue

 
SOLVED
Go to solution
xcvzxvzxdv
Advisor

quotas issue

HI I have enables quotas for a user shamim . the eduquota output is

fs /user06 blocks (soft = 100, hard = 200) inodes (soft = 4, hard = 62)
fs /usr blocks (soft = 0, hard = 0) inodes (soft = 0, hard = 0)

however when i am trying to create a file in user06 volume it is not allowing me to do that. can any export help me on this

4 REPLIES 4
Peter Godron
Honored Contributor

Re: quotas issue

Hi,
can you pleas post the actual message you get.

Are there any hidden files:
cd /user6
ls -al

cd /
ll | grep user6

How are trying to create your file?
xcvzxvzxdv
Advisor

Re: quotas issue

here is the output

$ cat > testfile
sh: testfile: Cannot create the specified file.


when i use vi editor and try to save the file then permission denied message is coming
Peter Godron
Honored Contributor
Solution

Re: quotas issue

Hi,
in that case, do you have write permissions on /user06?

cd /
ll | grep user06
xcvzxvzxdv
Advisor

Re: quotas issue

thanks dear you were right after giving permission i am able to create files