Linux find command

Locating Files: The find command is used to locate files on a Unix or Linux system.  find will search any set of directories you specify for files that match the supplied search criteria.  You can search for files by name, owner, group, type, permissions, date, and other criteria.  The search is recursive in that it …

Setup network interface in linux systems

Κάποιες χρήσιμες εντολές για το σετάρισμα κάρτας δικτύου (π.χ. eth0) σε περιβάλλον linux. View:  ifconfig -a (ή eth0) Assign ip address to interface: ifconfig eth0 192.168.1.102 netmask 255.255.255.0 up ifconfig’s syntax and command layout: ifconfig <interface> <ip_address> [ netmask <netmask> ]