Home »
Archive by category linux-commands (Page 2)
Today a lot of backup substitute available, but the easy backup tool is also already available with every Linux distribution. The ‘dd’ tool merely copies regular input to regular output, read in 512-byte blocks. Command dd can copy a file to another file, as well as a partition...
Continue reading
December 19, 2014 Admin
linux-commands
No Comment
Some time we getting the issue as ‘/bin/rm: Argument list too long’ while While removing/deleting the temporary files on server this acrticle will provide steps to to fix the issue. While removing/deleting the temporary files on server if you are getting below error.
Continue reading
October 16, 2014 Admin
linux-commands
1 Comment
Grep is a command-line tool for searching text data sets for lines matching a usual expression fashioned by Ken Thompson. grep command was initially developed for the Unix operating system, but is offered now for all Unix-like systems. The grep name originally comes from the ed command g/re/p...
Continue reading
October 14, 2014 Admin
linux-commands
No Comment
In this article you will learn how to use cut command on linux system. In computing, cut is a Linux/Unix command line function which is generally used to pull out sections from each line of input. Cut command path.
Continue reading
October 11, 2014 Admin
linux-commands
No Comment
Continue reading
August 15, 2014 Admin
linux-commands
No Comment