⟩ Is it possible to reduce the size of a already created partition?
yah it is possible to reduce the size of already created
partition ......by LVM reduce ok
yah it is possible to reduce the size of already created
partition ......by LVM reduce ok
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 option should you use in this command line to be successful.
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
Who owns the data dictionary in Linux?
You need to see the last fifteen lines of the files dog, cat and horse. What command should you use?
You routinely compress old log files. You now need to examine a log from two months ago. In order to view its contents without first having to decompress it, use the _________ utility in Linux
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine the location of the command being run?
You locate a command in the /bin directory but do not know what it does. What command can you use to determine its purpose
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 option should you use in this command line to be successful.
The statement z = 'expr 5 / 2′ would store which of the following values in z? a) 0 b) 1 c) 2 d) 2.5 e) 3
What is the output of the following program? [ -n $HOME ] echo $? [ -z $HOME ] echo $? a) 0 1 b) 1 0 c) 0 0 d) 1 1