Flux rss
Bookmark Bookmark & Share
Comandi UNIX Comandos UNIX UNIX Befehle Commandes UNIX Comandos de Unix

Table of the main UNIX commands

Unix Commands Description Options
ls lists the content of a directory
-a Displays all files, including hidden files
-I Displays a detailed listing
-R Displays the files recursively (i.e. in the sub-directories)
-d Displays only the directories and not their content
-S Sort by size
-t Sort by the last modification date
-t Sort by version
-X Sort by alphabetical order of the extension
-r Sort in reverse order
cd change directory
cd Return to the user's directory
cd - Return to the previous directory
cd .. Return to the parent directory
mkdir Create a new directory  
rmdir Deletes a directory
-f Force the deletion
-R Recursive delete (i.e. in the directory and its sub-directories)
cp Copy a file copy, xcopy
mv move file move
rm delete the file
-f Force the deletion
-R Recursive delete (i.e. in the directory and its sub-directories)
pwd "print working directory" displays the full current directory path of the work in progress.  
passwd changes the user password  
cat Concatenates two files and displays the result on the standard output. cat
more Displays the file content with pauses  
file displays the presumed type of the specified file  
man

apropos

help for the requested command  
lpr prints the requested file  
chmod changes the attribute of a file

chmod XXX file

XXX= User|Group|Other where X is an integer between 1 and 7

Read = 4, Write = 2, Execution = 1

X= Read + Write + Execution

 
chfn Changes the personal information viewed with finger  
chsh Changes the shell: chsh user emplacement_du_shell  
clear Clears the lines displayed on the terminal  
finger, who list of users online  
traceroute traces the path between the local machine and the target machine  
ping diagnostic tool making it possible to see if a machine responds over the network  
ftp [machine] [port]

get

put

quit

file transfer between the local machine and target machine

recovers a file

sends a file

quits the FTP session

ftp
telnet [machine] performs a telnet telnet
talk makes it possible to talk to a connected user

talk user

 
mesg Authorizes or rejects the talk command

mesg n : Prevents reception of talk messages

mesg y: Allows reception of talk messages

 
exit Disconnects  


Last update on Thursday October 16, 2008 02:43:15 PM.This document entitled « UNIX Commands » from Kioskea (en.kioskea.net) is made available under the Creative Commons license. You can copy, modify copies of this page, under the conditions stipulated by the licence, as this note appears clearly.
Introduction to UNIX systems The UNIX system The Unix system is a multi-user, multi tasking operating system which means that it allows a single or multiprocessor computer to simultaneously execute several programs by one or several users. It has one or several command... en.kioskea.net/contents/unix/unixintro.php3
Accessing last commands in history Accessing last commands in history The shell Linux / Unix provide several features saving time. Thus, it is possible to go back in history with the recent orders navigation arrows by pressing the up arrow. Moreover there are ways to access... en.kioskea.net/faq/sujet-1078-accessing-last-commands-in-history
Windows bat file to connect to the Unix syste Hello, I want to create a batch file on my Windows application which can connect to the Unix server run few command on the Unix server and exit the batch file. Any automated script or batch file which allows me to execute command on remote Unix server... en.kioskea.net/forum/affich-97336-windows-bat-file-to-connect-to-the-unix-syste
MacOS X: Delete obstinate FilesMacOS X: Delete obstinate Files It may happens sometimes when trying to empty the recycle bin and that the files or folders you want to delete it still refuses to disappear. To resolve this problem, use a UNIX command in Terminal.... en.kioskea.net/faq/sujet-1547-macos-x-delete-obstinate-files
Converting DOS /UNIX and vice-versaConverting DOS /UNIX and vice-versa Intro Conversion DOS to UNIX / UNIX to DOS Conversion from DOS to UNIX Conversion from UNIX to DOS Intro Though there are (dos2unix and unix2dos) utility programs capable of performing this task,... en.kioskea.net/faq/sujet-1313-converting-dos-unix-and-vice-versa
How to use the tar commandHow to use the tar command Archiving files with “tar” Archiving folder (or directory) with “tar” Unpacking file with tar Unpack the file with tar Unpacking specific files with "tar" Archiving files with “tar” The "tar"... en.kioskea.net/faq/sujet-811-how-to-use-the-tar-command
Export command in shell script?Hello, suppose in a program a line is there: XYZ='/home/abc/pqr/' ;;;;;;etc and then what will happen if i write a command: export XYZ Please replay as soon as possible. Thanks in advance. Vijay en.kioskea.net/forum/affich-50471-export-command-in-shell-script
Shell script to telnet and run commands (Solved)Hello, i have made a shell script which can telnet automatically and run commands on the other machine and end the telnet session without any interact from the user,only he just run the script or call it from a nother script. but you need to install... en.kioskea.net/forum/affich-37067-shell-script-to-telnet-and-run-commands
Launch and run the commands from shell scriptHello, I have a requirement to launch a buzybox (Qemu)shell and needs to pass the commands to get the result. How i can achieve this. for example: I have the running qemu and i am telnetting to get shell. Open the terminal and do a "telnet... en.kioskea.net/forum/affich-24888-launch-and-run-the-commands-from-shell-script
Download Free commanderFree Commander is an alternative program to replace the file manager or the Windows explorer. The program is easy to use and will help you for your daily tasks. You will find all the necessary functions for the data management. The main... en.kioskea.net/telecharger/telecharger-1748-free-commander
Download Newsgroup Commander ProNewsgroup Commander Pro is a simple-to-use program which allows you to seek and read messages in newsgroup archives. This application is based on key word series for better scanning the headings and messages on a newsgroup. The access to the messages... en.kioskea.net/telecharger/telecharger-3949-newsgroup-commander-pro
Avanquest VCOM System Commander 8System Commander 8 has a host of new features and improvements - CD booting, increased speed, support for Windows 2003 and Longhorn, dynamic disk booting and a fully integrated copy of Partition Commander 8.Easily add and remove operating systems -... en.kioskea.net/guide/650623657-avanquest-vcom-system-commander-8
Reflection For Unix And OpenReflection for UNIX and OpenVMS connects Windows users toapplications on Unix Linux Unisys and OpenVMS hosts. WithReflection for UNIX and OpenVMS you can meet all your host accessneeds while minimizing management costs maximizing IT flexibilityand e en.kioskea.net/guide/532497234-reflection-for-unix-and-open
US military needs unified cyber command: NSA chiefThe top US cyber warrior welcomed plans on Tuesday to create a unified US military cyber command, saying that defending cyberspace was as important today as freedom of the seas in the 19th century. The top US cyber warrior welcomed plans on Tuesday... en.kioskea.net/actualites/us-military-needs-unified-cyber-command-nsa-chief-12734-actualite.php3
UNIX system - The shellIntroduction to the shell The command interpreter is the interface between the user and the operating system, hence its name "shell". The shell therefore acts as an intermediary between the operating system and the user using command lines... en.kioskea.net/contents/unix/unix-shell.php3
Linux commandsTable of main Linux commands Command Description DOS equivalent ls lists the content of a directory dir cd change directory cd cd .. parent directory cd.. mkdir creates a new... en.kioskea.net/contents/linux/lincomm.php3
UNIX - FilesIntroduction to UNIX files In UNIX systems any element is represented in the form of a file. All files are architectured around a single tree structure where the base, called the root, is written "/". File types UNIX systems define different... en.kioskea.net/contents/unix/unix-fichiers.php3