One of the biggest reasons why some organizations resist the move to Linux is the lack of applications available for Linux users—or, more specifically, the lack of Windows applications. However, jus...Read more »
To list all the users who can access a Linux machine we have to access the /etc/passwd file, which stores information about all registered users of that machine. But it is not really so easy as told...Read more »
How can I add a user to a group under Linux operating system? You can use the useradd or usermod commands to add a user to a group. The useradd command creates a new user or update default new user ...Read more »
How-To: Recover root password under linux with single user mode It happens sometime that you can't remember root password. On Linux, recovering root password can be done by booting Linux under a sp...Read more »
he Linux command line is one of the most versatile tools you will ever use. It can do just about anything you can image for a machine. With such a large scope of tasks you can imagine just how ...Read more »
1. Detecting USB hard driveAfter you plug in your USB device to your USB port, linux will add new block device into /dev/ directory. At this stage you are not able to use this device as the US...Read more »
I love linux only because it makes the work very simple.. So many inbuilt softwares which are commonly needed available in it. One of them is image editing.. Today , i was looking for image resizing...Read more »
These are some of the useful commands to search files in linux system. Consider we need to list all the mp3 files in our system. Use the following command find / -name *.mp3 Now, we need to find a fil...Read more »
Recently i crossed through a serious issue of folder permissions.. I installed xampp in /opt folder which is under file system.. And i was not able to add or copy files into that folder. Even in the...Read more »
Sometimes we need to display only the directories in a folder. At this case use the following command $ ls -l | egrep ‘^d’ It will display only the directory list with some options.. If you need to se...Read more »
When i was using Win xp i had to create a virtual drive through power iso, alcohol 120,daemon tool or nero smart… Everytime the trial period gets expired and i would be in trouble when i were in nee...Read more »
Hi friends today lets learn about How to format usb drive or any external device.lets follow these steps and learn and update your knowledge with my SpecialSite . of Prem verma. Here...Read more »
Below given are the list of Linux commands which starts with A. We have provided a breif description for each command. To know more about each command and its usage try the following. man command-...Read more »