Selasa, 30 April 2013 core java linux programming unix How to Find Runtime of a Process in UNIX and Linux So you checked your process is running in Linux operating system and it's running find, by using ps command. But now you want to know, ...
Jumat, 24 Agustus 2012 interview questions linux unix How to delete empty files directories in Unix Linux Deleting empty file and directory in Unix Many times we need to find and delete empty files or directories in UNIX/Linux. Since there is no ...
Kamis, 28 Juni 2012 linux unix 10 xargs command example in Linux - Unix tutorial xargs command in unix or Linux is a powerful command used in conjunction with find and grep command in UNIX to divide a big list of argu...
Kamis, 07 Juni 2012 linux unix 10 examples of Date command in Unix Date command in unix or Linux is one of important command to learn and master because we always need date information. no matter you want t...
Jumat, 23 Maret 2012 linux unix How to find file and directory size in Unix with Example - Linux tutorial H ow to find size of directory in unix Finding file size or directory size in Unix and Linux is not very difficult but if you came from win...
Jumat, 09 Maret 2012 linux unix 10 example of chmod command in UNIX Linux chmod command in UNIX or Linux is used to change file or directory permissions . This is one of many UNIX basic commands which a UNIX or L...
Rabu, 14 Desember 2011 linux unix 5 Example of kill command in UNIX and Linux Kill command in UNIX and Linux is normally used to kill a suspended or hanged process or process group. Though kill is mainly associated wi...
Kamis, 17 November 2011 linux unix File permissions in UNIX Linux with Example >> Unix Tutorial Whenever we execute ls command in UNIX you might have observed that it list file name with lot of details e.g. stock_options:~/test ls -lrt ...
Sabtu, 05 November 2011 linux unix 10 Examples of tar command in UNIX and Linux tar command in UNIX or Linux is one of the important command which provides archiving functionality in unix. we can use UNIX tar command to ...
Minggu, 11 September 2011 linux unix How to find IP Address from hostname in Windows Linux and Unix IP Address from hostname in Windows and Linux How many times in a day you have a hostname and you want to know the IP address? Host name to...
Jumat, 26 Agustus 2011 linux unix 5 example of sort command in UNIX or Linux >>>> Unix Tutorial Sorting is one of essential task we always need to perform and UNIX or Linux has great support for sorting by using sort command. No matter ...
Sabtu, 25 Juni 2011 linux unix List of special bash parameter used in Unix or Linux script Meaning of bash parameter used in Unix script Many of us use bash script for doing housekeeping and other stuff but occasionally and not mu...
Senin, 20 Juni 2011 linux unix 10 example of using Vim or VI editor in UNIX and Linux Vim or VI editor tutorial in UNIX VI Editor is like notepad in UNIX but it’s extremely powerful and have sophisticated feature to work as c...
Minggu, 12 Juni 2011 linux unix 10 examples of grep command in UNIX and Linux grep command examples in Unix and Linux grep command is one of the most frequently used UNIX command stands for " Global Regular Expre...
Sabtu, 14 Mei 2011 interview questions linux unix Top 30 UNIX command Interview Questions asked in Investment Banks UNIX command Questions Answers asked in Interview UNIX or Linux operating system has become default Server operating system and for whicheve...
Kamis, 21 April 2011 linux unix How to create update or remove symbolic or soft link in Unix and Linux Symbolic links , Symlink or Soft link in Unix are very important concept to understand and use in various UNIX operating systems e.g. Linux...
Jumat, 15 April 2011 linux unix UNIX and Linux commands tutorial , tips and examples for beginners. UNIX and Linux commands tutorial and tips for beginners. Hi, this is a kind of revision post where I would like share some of my earlier pos...
Selasa, 29 Maret 2011 linux unix 10 tips on working fast in UNIX or Linux 10 tips for working fast in UNIX Have you ever amazed to see someone working very fast in UNIX, firing commands and doing things in mille s...
Jumat, 18 Maret 2011 linux unix 10 Example of find command in Unix and Linux find command is one of the versatile command in UNIX and Linux and I used it a lot in my day to day work. I believe having knowledge of fi...
Selasa, 05 Oktober 2010 linux unix How to use Regular Expression in Unix Linux One of the most powerful tools available to programmers are Regular Expressions, if you are good with regular expressions you can solve many...