LinuxCMD.org is the Official Reference about
Linux Command Line documentation
Credits
|
ToDO (Help US)
|
ChangeLog
|
Terms of Use and License
|
About project
Language
Česká republika - Czech Republic
Deutsch - German
English - English
Español - Spanish
Français - French
Italiano - Italian
Polski - Polish
Português - Brazil Portuguese
ελληνικά - Greek
Па-беларуску - Byelorussian
Русский - Russian
العربية - Arabic
فارسی - Persian
中国 - Chinese
English
-
English
Linux Command Line
nothing it's impossible by command line!
Social Bookmarking
Script Generator
Menu
Commands by Argument
View the commands list divided into arguments
Show all commands
View all commands list on single sheet
A-Z Command Index
View the commands by letter
Tools
Add-ons of LinuxCMD - some useful tools for you
NewsLetter
Sign-up me to receive the news about this document
Languages Map
linuxcmd.org/en
linuxcmd.org/it
linuxcmd.org/es
linuxcmd.org/fr
linuxcmd.org/de
linuxcmd.org/cz
linuxcmd.org/pl
linuxcmd.org/by
linuxcmd.org/cn
linuxcmd.org/ru
linuxcmd.org/por
linuxcmd.org/fa
linuxcmd.org/gr
linuxcmd.org/ar
Add Language!
ToDO (Help US)
tag cloud
hosting
centos
web
server
firewall
hostname
internet
freebsd
gentoo
open source
software
computer
linux+
unix
redhat
support
opensource
windows
hardware
pc
microsoft
debian
sshd
telnet
netatalk
knoppix
red hat
inux
ltsp
webmin
config
lunix
apache
php
redhatlinux
linux8
howto
redhat9
ubuntu
linux web hosting
linux servers
linux training
linux course
linux service
learning linux
linux server
linux certification
linux services
unix linux
linux home server
Linux Command Line version 1.4
Last modified date: 2008-11-15
Created Date: 2008-01-06
Home
Users Area
Tools
Backup
View the commands list divided into arguments
-- Commands by Argument --
APT packages tool (Debian, Ubuntu and alike)
Archives and compressed files
Backup
CDROM
Character set and Format file conversion
DEB packages (Debian, Ubuntu and like)
Disk Space
File search
Files and Directory
Filesystem Analysis
Filesystem SWAP
Format a Filesystem
IPTABLES (firewall)
Microsoft Windows networks (samba)
Monitoring and debugging
Mounting a Filesystem
Networking (LAN / WiFi)
Others useful commands
Pacman packages tool (Arch, Frugalware and alike)
Permits on Files
RPM Packages ( Fedora, Red Hat and like)
Shutdown, Restart and Logout of a system
Special Attributes on files
System information
Text Manipulation
Users and Groups
View file content
YUM packages tool (Fedora, RedHat and alike)
Translated by:
Team LinuxCMD.org
|
become translator!
Command
Description
find /var/log -name '*.log' | tar cv --files-from=- | bzip2 > log.tar.bz2
find all files with '.log' extention and make an bzip archive
find /home/user1 -name '*.txt' | xargs cp -av --target-directory=/home/backup/ --parents
find and copy all files with '.txt' extention from a directory to another
dd bs=1M if=/dev/hda | gzip | ssh user@ip_addr 'dd of=hda.gz'
make a backup of a local hard disk on remote host via ssh
dd if=/dev/sda of=/tmp/file1
backup content of the harddrive to a file
dd if=/dev/hda of=/dev/fd0 bs=512 count=1
make a copy of MBR (Master Boot Record) to floppy
dd if=/dev/fd0 of=/dev/hda bs=512 count=1
restore MBR from backup copy saved to floppy
dump -0aj -f /tmp/home0.bak /home
make a full backup of directory '/home'
dump -1aj -f /tmp/home0.bak /home
make a incremental backup of directory '/home'
restore -if /tmp/home0.bak
restoring a backup interactively
rsync -rogpav --delete /home /tmp
synchronization between directories
rsync -rogpav -e ssh --delete /home ip_address:/tmp
rsync via SSH tunnel
rsync -az -e ssh --delete ip_addr:/home/public /home/local
synchronize a local directory with a remote directory via ssh and compression
rsync -az -e ssh --delete /home/local ip_addr:/home/public
synchronize a remote directory with a local directory via ssh and compression
tar -Puf backup.tar /home/user
make a incremental backup of directory '/home/user'
( cd /tmp/local/ && tar c . ) | ssh -C user@ip_addr 'cd /home/share/ && tar x -p'
copy content of a directory on remote directory via ssh
( tar c /home ) | ssh -C user@ip_addr 'cd /home/backup-home && tar x -p'
copy a local directory on remote directory via ssh
tar cf - . | (cd /tmp/backup ; tar xf - )
local copy preserving permits and links from a directory to another
Commands by Argument
System information
-
Shutdown, Restart and Logout of a system
-
Files and Directory
-
File search
-
Mounting a Filesystem
-
Disk Space
-
Users and Groups
-
Permits on Files
-
Special Attributes on files
-
Archives and compressed files
-
RPM Packages ( Fedora, Red Hat and like)
-
YUM packages tool (Fedora, RedHat and alike)
-
DEB packages (Debian, Ubuntu and like)
-
APT packages tool (Debian, Ubuntu and alike)
-
View file content
-
Text Manipulation
-
Character set and Format file conversion
-
Filesystem Analysis
-
Format a Filesystem
-
Filesystem SWAP
-
Backup
-
CDROM
-
Networking (LAN / WiFi)
-
Microsoft Windows networks (samba)
-
IPTABLES (firewall)
-
Monitoring and debugging
-
Others useful commands
-
Pacman packages tool (Arch, Frugalware and alike)
-
Search a Command
LinuxCMD Search
Plug-in: Search button for Firefox and I.Explorer (it directly looks for the commands from your browser)
Google Search
more than 400 instructional approaches of linux commands, practical examples, popular commands...
TOP ^
use Open Software!
#
Contact US
Except where otherwise specified, the contents of LinuxCmd.org are licensed under License Creative Commons 2.5 Attribution
Free Distribution if provided Authors and, Not Commercial purposes and, Not Derivated Works 2.5
LinuxCmd.org
Terms of Use and License
Logos and trademarks used for the link are owned the legitimate owners