Tag: filler
Incremental Backup with tar
April 4, 2009
Make a incremental backup of directory ‘/home/binnyva’ tar -Puf backup.tar /home/binnyva
Show All Network Services
April 1, 2009
Show all network services listening on the system and their PID netstat -tupl
Copy Files Using Samba
March 30, 2009
Download files from a host windows via smb smbget -Rr smb://ip_addr/share
Show Remote Shares using Samba
March 29, 2009
Show remote shares of a windows host smbclient -L ip_addr/hostname
Configuration of a wireless network card
March 24, 2009
Show configuration of a wireless network card iwconfig wlan0
Lookup Hostname
March 19, 2009
Lookup hostname to resolve name to ip address and viceversa host www.example.com
Important Logs
March 13, 2009
First show system events. Second command show events inherent to the process of booting kernel. tail /var/log/messages tail /var/log/dmesg
The who Command
March 8, 2009
Show who is logged on, and print: time of last system boot, dead processes, system login processes, active processes spawned…
Recent Comments