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 |
In Unix file permissions what does the second field denotes?
What is the nmap command?
How does pipe () work?
In UNIX, what is the command to edit contents of the file?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is pid?
How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?
What is the Unix file system hierarchy?
What is the difference between pipe and xargs?
Is it inbetween or in between?
Write a command that will display files in the current directory, in a colored, long format.