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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CooperS

    Changing a mount point

    The application is only 7Mb. It seems that I cannot use the / mountpoint and that it is necessary to create a partition. Perhaps it is good practice anyway not to use the / mount point for applications and keep it for systems apps only.
  2. CooperS

    Changing a mount point

    I am trying to install an application. The install fails with the error message: not enough available space on the filesystem. I tried creating a ‘mount point’ /space mkdir /space mount /dev/hda2 /space This resulted in /dev/hda2 18745916 2421364 15372300 14% / /dev/hda2...
  3. CooperS

    Changing a mount point

    Thanks, so I need to create a partition on the disk. And then mount the new mountpoint to that partition.
  4. CooperS

    Changing a mount point

    I've installed WS3 Update 2. I log on as root and do a df -k The first filesystem line (with disk space used and available removed for brevity) is: Filesystem Mounted on /dev/hda2 / I would like to change the / mount point to a different mount point. How would I do that?
  5. CooperS

    unable to more a file which I own

    On Solaris I am unable to more files which I own as userid snsnys. It goes back to the prompt without listing the contents. I can only more the file if I log in as root. If I do an ls -lrt I see -rwxrwxrwx 1 snsnys staff 79640 Dec 16 09:34 xp1.txt* I notice there is a star at the end of...
  6. CooperS

    getting data from next line and printing

    REVISION This is the required output (1000 not 1001) 1000 1010 sandstone 1010 1015 clay 1015 1020 salt
  7. CooperS

    getting data from next line and printing

    I have a datafile 1000 sandstone 1010 clay 1015 salt 1020 salt I want to process this file to create the following output 1001 1010 sandstone 1010 1015 clay 1015 1020 salt I would appreciate any suggestions as to how to achieve this with sed/awk Thank you

Part and Inventory Search

Back
Top