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 Mike Lewis 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. jshekhar

    memory allocation on K580

    Try and see what the memory limitations per user are. You can typically do a ulimit -a and see that. It may just be that the user cannot allocate more memory than 3888. Have the system administrator bump up the value. You may also see what the numbers for the maxdsiz and maxssiz kernel...
  2. jshekhar

    How to the particular line in a file

    If your line number is NUMBER and your file name is file_name, you can do head -n $NUMBER file_name|tail -1

Part and Inventory Search

Back
Top