In Linux how you set time a limit on quota?
Answer / kvb
Setting the Grace Period for soft links by using
edquota -t
| Is This Answer Correct ? | 6 Yes | 0 No |
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?
Which command puts a script to sleep untill a signal is recieved?
Is cmake a compiler?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
In a company there are 3 groups i.e Finance, HR and Marketing. Each groups having 3 members. There is a file named as file1.txt. The permission set for the above file is rwx-rw----x. Now the question is only the members of Hr and Marketing group can view and edit the file. But the file is not accessible to the members of Finance Group. Can anyone tell me what would be the exact command for linux.root@localhost#<type the exact linux command>
Is llvm a virtual machine?
How would you monitor real-time system performance in Linux?
What is the use of mv command in linux?
what is soft mount and hard mount? i have to make permanent nfs mount permanent what shall i do?
why is the tar command used?
How do I stop a linux job?
I want to kill zombie process, but with using kill 9 i cannot kill that process? can u tell other commands?