How to change job/process priority in Linux?
Suppose you ran a command and it is taking a lot of time. So what we can do, we can increase its priority so that it will take a slightly...
In this category, you can see all articles related to Unix or Linux operating System.
Suppose you ran a command and it is taking a lot of time. So what we can do, we can increase its priority so that it will take a slightly...
dd if=/dev/zero of=imagefile.img bs=512 count=200 (creating a 100mb image file) /sbin/mkfs.ext3 imagefile.img (formatting with ext3 type of filesystem) Now you have an image file you can mount using the loopback...
Many of the times, we forget the command path and the path variable also doesn't seems to be set. So in this case, i used to search for the command....
Source : http://wiki.centos.org/HowTos/OS_Protection Really a nice one.... Saket i think you will like it.. Computer security is once again becoming a hot topic for administrators. There are dozens of new...
In this article we will see how to identify type of file in Linux or Solaris and understand the basic concept behind "how a linux system identifies a file"? The...
When our linux system boots up, it shows the kernel image name as "vmlinuz" but it should be "linux" as its the first name that is proposed and as we...
What is Socialisation...???? The process whereby a child learns to get along with and to behave similarly to other people in the group, largely through imitation as well as group...
In this article we will check what all logs we provide to different OS vendors to get support from them. Suppose your server is not working correctly, you are getting...