Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LimJim

  1. LimJim

    Command to check InnoDB tablespace?

    Hi, I have configured my mysql database 4.0 and is working fine. However, do anyone know the sql command of the db space left on the allocated InnoDB tablespace? That is to say if 100M is allocated, how much has been used up and how much is free. Regards Jimmy
  2. LimJim

    Linux 9.0 - ext3 filesystem - No space left on device

    Hi, In fact, I tried on a 100M filesystem. With overiting the same file of 4 X 20M in this file system, it gives "No Space left on device". It seems to me that the system actually check the filesystem size to see whether it has enough space but not checking whether the file writting...
  3. LimJim

    Linux 9.0 - ext3 filesystem - No space left on device

    Hi, I found a problem with Linux 7.3 and 9.0 ext3 filesystem. After creating a 20M ext3 filesystem, I begin to copy files into this mounted filesystem. If I kept overwritting these files, the system will prompt an error "No space left on device". This happens on version 7.3 redhat...
  4. LimJim

    restrict login?

    Hi Inetd, I recently also require to configure a user that only allow ftp only not not login. To do this, I created an user account with password as usual. Following, that, you will require to change the user shell to /sbin/nologin. Command: chsh -s /sbin/nologin ftpres Where ftpres is the...

Part and Inventory Search

Back
Top