bg — Place a job in BackGround Summary: Normally user can run a job in background, by adding & at end of the command (ex: sleep 10 &). bg is a shell command. It is used to move a … more →
Learn GNU/Linux CommandsopenSourceGuy wrote 1 day ago: Search /word Search “word” from top to bottom ?word Search … more →
sanjaydalal4u wrote 2 weeks ago: STEP 1 : (Using the tar command on the directory /example) Suppose you have a directory /stuff. To … more →
sanjaydalal4u wrote 2 weeks ago: Netstat (network statistics) is a command-line tool that displays network connections (both incoming … more →
sanjaydalal4u wrote 2 weeks ago: Here “PID” is refer to the process ID, that you can get from command “ps -aux … more →
sanjaydalal4u wrote 2 weeks ago: Privileges Commands sudo command - run command as root sudo su – root shell open sudo su user – open … more →
sanjaydalal4u wrote 2 weeks ago: 1. Schedule a queue to run at 9am on March 1st. Note: Ctrl-d to save and exit. # at 9am March 1 2. S … more →
sanjaydalal4u wrote 2 weeks ago: Using some simple command you can check the performance of hard disk #hdparm -tT /dev/sda Output: / … more →
Nicolas wrote 2 weeks ago: Here a some commands that I use either for setting up the time in my machine or to take advantage of … more →
vincirufus wrote 3 weeks ago: Recently I had to SSH into one of our servers to try and fix a pesky little problem and I realized I … more →
chrisgralike wrote 1 month ago: This is an alternative for sleep [i]n[/i] function wait(){ BOGUS=`read -n1 -t1 any_key` BO … more →
maurien19 wrote 1 month ago: Stuff that are most often taken for granted but are important nonetheless to survive hackintoshing: … more →
chrisgralike wrote 1 month ago: this script is intended to “mime” the NSClient++ checkMem option on linux. Most check_me … more →
chrisgralike wrote 2 months ago: Installing Config::IniFiles, this is a requirement for using some of the Centreon included plugins. … more →
Aadilkhan wrote 2 months ago: This was mail forward I got a couple of years ago… Reason why men love UNIX: $ touch; $ finger … more →
sanjaydalal4u wrote 2 months ago: sed ‘/./!d’ backupfilelist.txt > temp1.txt sed ‘/^$/d’ backupfilelist.t … more →
chrisgralike wrote 2 months ago: Ever wondered what distribution your dealing with, followed all ‘uname’ commands and all … more →
sanjaydalal4u wrote 2 months ago: find directory1 directory2 directory3 -type d -exec cp filename {} \; what this command does: First, … more →
sanjaydalal4u wrote 2 months ago: Here are some vi/vim commands that I need to remember: Vim Commands ———— :s … more →
stanleyjohns wrote 3 months ago: When wget does not work, try the curl command. This command can be used to download remote files to … more →