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
Files and Directory
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
cd /home
enter to directory '/ home'
cd ..
go back one level
cd ../..
go back two levels
cd
go to home directory
cd ~user1
go to home directory
cd -
go to previous directory
cp file1 file2
copying a file
cp dir/* .
copy all files of a directory within the current work directory
cp -a /tmp/dir1 .
copy a directory within the current work directory
cp -a dir1 dir2
copy a directory
cp file file1
outputs the mime type of the file as text
iconv -l
lists known encodings
iconv -f fromEncoding -t toEncoding inputFile > outputFile
converting the coding of characters from one format to another
find . -maxdepth 1 -name *.jpg -print -exec convert
batch resize files in the current directory and send them to a thumbnails directory (requires convert from Imagemagick)
ln -s file1 lnk1
create a symbolic link to file or directory
ln file1 lnk1
create a physical link to file or directory
ls
view files of directory
ls -F
view files of directory
ls -l
show details of files and directory
ls -a
show hidden files
ls *[0-9]*
show files and directory containing numbers
lstree
show files and directories in a tree starting from root(2)
mkdir dir1
create a directory called 'dir1'
mkdir dir1 dir2
create two directories simultaneously
mkdir -p /tmp/dir1/dir2
create a directory tree
mv dir1 new_dir
rename / move a file or directory
pwd
show the path of work directory
rm -f file1
delete file called 'file1'
rm -rf dir1
remove a directory called 'dir1' and contents recursively
rm -rf dir1 dir2
remove two directories and their contents recursively
rmdir dir1
delete directory called 'dir1'
touch -t 0712250000 file1
modify timestamp of a file or directory - (YYMMDDhhmm)
tree
show files and directories in a tree starting from root(1)
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