Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
my bash shell is reacting unusually all these days.
i dont know why
when ever i press tab for auto completion the application(the shell) hangs.
i have to close it to start it again.
I suspect you have been hacked. Although as a temporary measure unplugging and replugging USB devices may help. Seriously, use another computer to download security programs and reinstall.
I suspect you have been hacked. Although as a temporary measure unplugging and replugging USB devices may help. Seriously, use another computer to download security programs and reinstall.
I sometime have a similar behave that auto completion hangs when I'm doing high I/O intensive task. Namely downloading files to harddisk.
Reason for this is that the autocompletion looks up the possible names from disk....
Maybe see if it just takes some time to have the autocompletion or if it realy hangs forever.
Unplug the USB devices might do something. Also you could try if it just happens on certain directories or for every dir.
I sometime have a similar behave that auto completion hangs when I'm doing high I/O intensive task. Namely downloading files to harddisk.
auto completion hangs even when no such task is performed
Quote:
Maybe see if it just takes some time to have the autocompletion or if it realy hangs forever.
i shall give this a try.
Quote:
Also you could try if it just happens on certain directories or for every dir.
well for commands(like halt, top, ps - to say, for all commands), hardly there's any problem.......it happens that when any directory is involved it hangs....
i have also noticed that my computer has become very slow.
it takes a lot of time to start....
commands like yum takes a lot of time to produce the desired output...
i don't understand the thing. it was not like this before.
Your system might be compromised, or it might be out of HDD space or RAM, or it might be running mostly in swap, or it is desperately trying to do something it cannot complete.
Try running "top" and see what is going on:
Code:
$ top
This might show a process hogging system resources.
Your system might be compromised, or it might be out of HDD space or RAM, or it might be running mostly in swap, or it is desperately trying to do something it cannot complete.
well it might be helpful to provide you with the proper configuration of my pc.
i have:
-T
Perform timings of cache reads for benchmark and comparison purposes. For meaningful results, this operation should be repeated 2-3 times on an otherwise inactive system (no other active processes) with at least a couple of megabytes of free memory. This displays the speed of reading directly from the Linux buffer cache without disk access. This measurement is essentially an indication of the throughput of the processor, cache, and memory of the system under test. If the -t flag is also specified, then a correction factor based on the outcome of -T will be incorporated into the result reported for the -t operation.
-t
Perform timings of device reads for benchmark and comparison purposes. For meaningful results, this operation should be repeated 2-3 times on an otherwise inactive system (no other active processes) with at least a couple of megabytes of free memory. This displays the speed of reading through the buffer cache to the disk without any prior caching of data. This measurement is an indication of how fast the drive can sustain sequential data reads under Linux, without any filesystem overhead. To ensure accurate measurements, the buffer cache is flushed during the processing of -t using the BLKFLSBUF ioctl. If the -T flag is also specified, then a correction factor based on the outcome of -T will be incorporated into the result reported for the -t operation.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.