Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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?

Answers were Sorted based on User's Feedback



have you ever got warning message from unix admin that file system running out of space or not enou..

Answer / amitshiknis

A user can see such message or warning when user cross the
limit of data size. You will need to clean up the disk to
make free disk space.

Thanks,
Amit Shiknis

Is This Answer Correct ?    7 Yes 0 No

have you ever got warning message from unix admin that file system running out of space or not enou..

Answer / sushil

On critical systems, make some space by moving some large
not in use, non-critical files to another file system which
is having some enough free space. Once u get some space run
the logrotate manually, u will gain some free space if u
have enabled the compression in log-rotate . After this u
can archive the old logs to tape or some location on
different file system.
Aaaand then start investigation to check what is causing FS
to become ful.

Is This Answer Correct ?    3 Yes 0 No

have you ever got warning message from unix admin that file system running out of space or not enou..

Answer / bc

If you want to delete large files that resides on your home
directory you can sort out things using find command.

find . -size +10M ---> lists files having size greater than
10MB.

find . -size -10M --> lists files having size less than 10MB.

Similarly you can use "k" instead of "M" for kb's.

Is This Answer Correct ?    1 Yes 0 No

have you ever got warning message from unix admin that file system running out of space or not enou..

Answer / susheel

1st to see which drive contain more space-

[root@susheel ~]# df -h

2nd step go on that drive -

[root@susheel ~]# du -sh *

3rd step -
Delete or move that file or directory which contain more
space to increase disk space

Is This Answer Correct ?    1 Yes 0 No

have you ever got warning message from unix admin that file system running out of space or not enou..

Answer / franklin doss

you can increase disk space slightly by tune2fs command and
can used in reserved blocks

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Linux Commands Interview Questions

What are the basic commands for user management?

0 Answers  


Explain about refer?

0 Answers  


What does chmod do in linux?

0 Answers  


What is file and example?

0 Answers  


what is the standard output in a file as well as disply it on the terminal options like A)pr B) tail C) tee D)nl

3 Answers   Google, Thermotech Engineers,


What is FC command?

0 Answers  


How will you execute a java program inside a kornshell script?

1 Answers   HP,


what is work of dns

3 Answers   HCL,


How do you do nslookup?

0 Answers  


Explain about chmod options filename?

0 Answers  


Which priority has the process?how do u view?

3 Answers   Yahoo,


What is umask in linux?

0 Answers  


Categories