Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

May 21, 2014

Linux Command Line Tools

1.traceroute

-determines a route to the host.

2.rsync

-syncs data from one disk location to another.

3.pwd

-displays the name of the current working directory.

4.man

-unveils information about commands and a keyword search mechanism for needed commands.

5.cat

-links file contents and output them for viewing or printing.

6.mv

-renames or moves files from one Linux directory to another.

7.cpio

-backs up empty directories.

8.apt-get

-searches for and installs software packages on Debian-based systems.