Linux/1-Commands: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 293: Line 293:
| apt install  
| apt install  
| <package> (-s = simulation)
| <package> (-s = simulation)
|
| install package
|
|
|
|
|-
|-
| apt update
| apt update
|
|  
|
| update list of available packages
|
|
|
|
Line 305: Line 305:
| apt upgrade
| apt upgrade
|
|
|
| upgrade packages
|
|
|
|
Line 311: Line 311:
| apt dist-upgrade
| apt dist-upgrade
|
|
|
| upgrade all packages incl. kernel
|
|
|
|
Line 317: Line 317:
| aptitude
| aptitude
|
|
|
| package manager with UI
|
|
|
|
Line 329: Line 329:
| dpkg --get-selections
| dpkg --get-selections
|
|
|
| get list of all installed packages
|
|
|
|

Revision as of 10:46, 9 December 2017

Command Arguments Info Example Other

Basic
dir -Flah list folder content dir -Flah
cat %file show file content cat config.txt

Files
mkdir %dir create dir mkdir /var/test
rm %file remove file/dir rm autoexec.bat
cp %from %to copy
mv %from %to move
dd if=%in of=%out low level copy dd if=/dev/sda2 of=/dev/sdb2
nano (%file) file editor nano
vi(m) %file file editor vi config.txt

Search
locate %file locate file locate fstab
updatedb update locate database
find / -n %filename search for file

System info
uname -a show kernel version uname -a
free -m show free memory free -m
fdisk -l
df -Th show harddisk usage df -Th
du
ifconfig show network settings
ps -aux show processes ps -aux
top show processes with UI
htop (extra package)
iotop (extra package)
iftop (extra package)
virt-top (extra package)
netstat
vnstat show network interface statistics (extra package)
who, w
pwd

Runlevel
runlevel
init %rlvl
halt
reboot
shutdown -h now

Network
wget download files
ntpdate (extra package)
dig get dns info
whois (extra package)
nslookup get dns info
finger (extra package)
route -n show active routes
traceroute show network route to target address
netstat -tulpn show open ports netstat -tulpn
iwconfig show wifi settings
iwlist scan scan for wifi networks
nethogs (extra package)

Apt
apt install <package> (-s = simulation) install package
apt update update list of available packages
apt upgrade upgrade packages
apt dist-upgrade upgrade all packages incl. kernel
aptitude package manager with UI
dpkg -c
dpkg --get-selections get list of all installed packages
/etc/apt/sources.list

HDD
smartctl read smart info
hdparm set parameters