Categories
Linux

How to Create Directory in Linux

How to Create Directory in Linux In this tutorial i will explain How to Create Directory in Linux. In Linux Directory paths are of two types. In this tutorial i will explain creating directory by both ways. 1. Absolute: It start with /. Example: –Directory with absolute path– mkdir /home/hightechnology 2. Relative: It does not start with […]

Categories
Linux

How to Delete User in Linux

How to Delete User in Linux In this tutorial i will explain How to Delete User in Linux, Earlier we have learnt How To Create User In Linux. We have two options here to delete a user. 1. Without User home directory. 2. With home directory. Command: — User delete without home directory– userdel username — […]

Categories
SAP

SAP MM Tcode’s

SAP MM Tcode’s Hi friend’s here i am sharing some of SAP MM Tcode’s. May you will got some benefit from these. Tcode Description OLI6BW Recompilation Appl. 06 (Inv. Ver.) OLMB IMG Inventory Management OLME IMG View: Purchasing OLMR IMG Invoice Verification OLMRLIST Maintain List Variant OLMSRV Customizing MM-SRV OLMW IMG Valuation/Acct Assgt OM1R Maint. […]

Categories
Asp, Asp.net

How to Check Uncheck All Checkboxes in GridView Using jQuery

How to Check Uncheck All Checkboxes in GridView Using jQuery In this post we will learn How to Check Uncheck All Checkboxes in GridView Using jQuery. Eariler we have learnt How to Highlight GridView Row on Mouseover Using CSS in Asp.Net, Show GridView Row Details in Tooltip on Mouseover Using JQuery in ASP.NET. Here we have used jQuery […]