what is QUOTA-V
Answers were Sorted based on User's Feedback
Answer / kunal jain
QUOTA-V will give result "Command not found" and if u give
quota -v then only it will show ur quota.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / tirumal
Quota -V displays the version of the Quota software.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / vas
command used in linux for getting information about how
much space is available in disk for the storage of files
and directories
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / shabab
if you give QUOTA -V -----> command not found
if you give quota -v -----> it will show as in answer 2
if you give Quota -V as shown in Answer 3 ---> command not
found
if you give quota -V ---> displays the version information
| Is This Answer Correct ? | 3 Yes | 2 No |
What is ulimit in linux?
What is the command to find the hardware configuration in Linux?
I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?
What is free linux?
you wish to create a link to the /data directory in bob's home directory so you issue the command ln /data /home/bob/datalink but the command fails. What options hould you use in this command line to be successful.
What is the command to see the installed rpm's in the linux system.
what is the UID and GID of root user? Can a normal user can change the ownership of a file? what is the command to change ownership of a file?
How do you find out the server processes running?
What is the command to delete a file linux?
How can I only see the first 14 lines of a file?
What is the command to change from /etc/passwd file to /etc/shadow file?
What is du -s * | sort -k1,1rn | head command used for?