Basic Linux(Debian) Commands

For now,they’re the basic commands of linux shell…
referenced on ubuntu.

Sorry For Windows User…i’m now on the way to post for Windows Cmdlet or Powershell or both…;)

cat=read
touch=new
ls=list
ll=permission ll=ls -al
cp=copy

nano=text edit
pwd=current
mv=move
rm=remove
do=mount
df=hdd
chmod=change permission
df=disk size
history=view history
ls>….=create a file
mkdir=create a folder
unmask=set default permission
vi=read txt files
la=lisit infos
shutdown -r now=restart now
shutdown -c=cancal it
reboot=restart
clear=clear the current terminal
iwlist scan (or) iwlist wlan=wifi view
ufw=ubuntu firewall
whoami=what is the name of this account to login
ps=currently running softwares  (top)
dpkg -i ……=install deb files
format=format a dev
apt-get update (or) apt-get upgrade = download updated files
locate=search files for u (extension)
grep=search files for u (Names)
cat> = write script files
sh = run a program
service network-manager ……=configure network manager to start and stop
ip -s link=show about interfaces
ip link set …… up/down=set the interfaces up or down
ip addr=show the infos about network address
useradd …..=add users
passwd ….username..=set password to user
gzip=compress a file with gzip Utility
gunzip=depress a file with gzip Utility
tar=decompress or compress a file

error: Content is protected !!