Linux/1-Commands: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 116: Line 116:
| htop
| htop
|
|
| (not a default package)
| (extra package)
|
|
|-
|-
| iotop
| iotop
|
|
| (not a default package)
| (extra package)
|
|
|-
|-
| iftop
| iftop
|
|
| (not a default package)
| (extra package)
|
|
|-
|-
Line 132: Line 132:
|
|
|
|
| (not a default package)
| (extra package)
|-
|-
| netstat
| netstat
Line 141: Line 141:
| vnstat
| vnstat
|
|
| show network interface statistics (not a default package)
| show network interface statistics (extra package)
|
|
|-
|-
Line 190: Line 190:
| ntpdate
| ntpdate
|
|
| (not a default package)
| (extra package)
|
|
|-
|-
Line 200: Line 200:
| whois
| whois
|
|
| (not a default package)
| (extra package)
|
|
|-
|-
Line 210: Line 210:
| finger
| finger
|
|
| (not a default package)
| (extra package)
|
|
|-
|-
Line 240: Line 240:
| nethogs
| nethogs
|
|
|
| (extra package)
|
|
|-
|-

Revision as of 10:40, 9 December 2017

Command Arguments Info Example

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)
apt update
apt upgrade
apt dist-upgrade
aptitude
dpkg -c
dpkg --get-selections
/etc/apt/sources.list

HDD
smartctl read smart info
hdparm set parameters