If JFS file system is 100% full how we can increase the file
system ?
Answers were Sorted based on User's Feedback
Answer / partho patnaik
# umount <mountpoint>
# lvextend –L <n> /dev/vgXX/lvolX
-L <n> set new size of lvol to n MB
# extendfs –F vxfs /dev/vgXX/rlvolX
# mount <mountpoint>
| Is This Answer Correct ? | 0 Yes | 3 No |
Assume that a file’s permissions give you read and write access. What operations can you perform on the file if it is in a directory which has “r”(read) only process? What operations can you perform on the file if it is in a directory which has “x”(execute) only access?
What is used to type command?
How to copy multiple files and directories into some other directory?
What does pipe () return?
By using which command we can find the CPU utilization time?
How can we "forked" process in UNIX? How then recognize in any of the branches we?
How would you change all occurrences of a value using VI?
why unix operating system provides more security than other operating systems?
Give two UNIX kernel parameters that effect an Oracle install
What command is used to check the current users?
what is mount ,tell me about mount ,how can u use in real time project??
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.