How to root mirror in Linux? How to replace mirrored hdd in
case of failure?
Answer / roy
we need to create raid level 1 in linux. and create a
backup of data.
| Is This Answer Correct ? | 8 Yes | 2 No |
How to hide the partition in grub booting?
What command can you use to make a tape archive file of a /home directory and send it to the /dev/tape device?
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 does make clean command do?
have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do?
How do I stop a linux job?
How do you execute more than one command or program from a single command line entry?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.
what is mean by system calls
What is the fastest way to enter a series of commands from the command-line?
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>
What is the Difference between 'su' and 'su-' ?