Below are some basic Linux/UNIX command that I learned when using the said Linux Distributions:
cp
copy command
~
home directory
.
current directory
mkdir
make directory
rm
remove directory
cat > x.txt
make x.txt file
mv
move command
su
login as root
sudo
command with root priviledges
configure DNS servers
# vi /etc/resolv.conf
nameserver 208.67.222.222 (server 1)
nameserver 208.67.220.220 (server 2)
netstat -t
interface statistics
ethtool interface media settings and options
rpm -ivh package.rpm
install package.rpm
cd
go to root folder
traceroute
trace route
arp -a
arp cache
ifconfig -a
current ip configuration
netstat -nr
current routing table
netstat -a
TCP connection and listening ports
netstat -s
TCP/IP statistics
.
No comments:
Post a Comment