Le mie foto
Nome:
Località: Italia, Bologna, Italy

11 luglio 2005

[Linux] Comandi linux per smemorati...come me!

una lista di comandi per linux che di solito mi dimentico sempre...


  • shutdown -r now ---> restart
  • shutdown -h now ---> shutdown w/o restart
  • man -k keyword ---> search manual listingsfor keyword
  • mv filename newfilename ---> rename filename to newfilename
  • mv filename newdirectory ---> move filename to newdirectory
  • ls -al ---> filelisting with details
  • rm -rf foldername ---> delete folder and all subfile
  • cp oldfile directory ---> makes copy of file in indicated directory
  • tar -xvf file.tar ---> unzip tar file
  • tar -t file.tar ---> list contents of tar file
  • tar -xvfz file.tar.gz ---> unzip tar.gz file
  • tar -xvfj file.tar.bz2 ---> unzip tar.bz2 file
  • gunzip file.gz ---> unzip gzip file
  • unzip file.zip ---> unzip zip file
  • bunzip2 file.bz2 ---> unzip bzip2 file

Guida rapida da scaricare con più comandi

Google