iorewcommunications.blogg.se

Network command line mac cheat sheet
Network command line mac cheat sheet







  1. NETWORK COMMAND LINE MAC CHEAT SHEET PDF
  2. NETWORK COMMAND LINE MAC CHEAT SHEET INSTALL
  3. NETWORK COMMAND LINE MAC CHEAT SHEET UPDATE
  4. NETWORK COMMAND LINE MAC CHEAT SHEET MANUAL
  5. NETWORK COMMAND LINE MAC CHEAT SHEET ARCHIVE

  • /renew : Renews DHCP configuration for all adapters (if adapter is not specified) or a specific adapter indicated by the parameter.
  • /all: Displays all network configuration, including DNS, WINS, DHCP servers, etc.
  • This command, when executed with no options, displays the current IP address, the subnet mask and default gateway (network interfaces of the local machine)

    network command line mac cheat sheet

    Ipconfig /all ] ] /flushdns /displaydns /registerdns IPCONFIG: Displays or refresh the TCP/IP configuration This command is useful if the ping command does return any data, to determine at what level the connection failed. TRACERT: Displays all intermediate IP addresses through which a packet passes through, between the local machine and the specified IP address. This command is also useful to generate network load by specifying the size of the packet with the -l option and the packet size in bytes. If you specify the -t option you can always get statistics without interrupting pings by pressing Ctrl + Break The -t option to ping continuously until Ctrl-C is pressed.

  • df file : display the amount of free space on filesystems.PING: Test the network connection with a remote IP address.
  • free : displays information about free and used memory on the system.
  • du file : display the amount space used in files and directories.
  • date +format : display or set the date / time.
  • umount device and/or directory : Unmount storage from the file system.
  • mount type device directory : Mount storage onto the file system.
  • mkfs device : format a partition with a file system.
  • who : report the users logged onto the system.
  • network command line mac cheat sheet

  • usermod username : Modify a users account configuration.
  • sudo command : Execute a command as the superuser.
  • shutdown : shut down or restart a system.
  • passwd username : change the user password.
  • modprobe modulename : Load or remove a Linux kernel module.
  • NETWORK COMMAND LINE MAC CHEAT SHEET MANUAL

  • man command : display the reference manual for a command.
  • apt-get upgrade : Upgrade the packages on the system.
  • NETWORK COMMAND LINE MAC CHEAT SHEET UPDATE

  • apt-get update : Update the database of available packages.
  • apt-get remove package-name : Un-install a package.
  • NETWORK COMMAND LINE MAC CHEAT SHEET INSTALL

    apt-get install package-name : Install a package.wget : download or upload files from the web non-interactivly.traceroute host-name : trace the route packets take to network host.ssh server : securely access a remote computer.sftp ] hostname : interactively copy files between computers securely.scp :directory/ :directory/filename : securely copy files between computers.host server : checks a computers IP address from its host-name or the reverse.curl : download or upload files to remote servers.ping remote server : checks the network connection to a remote server.netstat : network connection monitoring tool.ip object sub-command : network configuration tool.ifconfig : View network interface details.ifconfig interface : Configure a network interface.top : display system and process information in real time.ps : displays a snapshot of the current processes.killall command name : sends a signal to terminate a processes by name.kill PID(s) : sends a signal to terminate a process or processes by PID.crontab : Schedule a task to run at a particular time or interval.tail filename(s) : List the last part of a specified file.head filename(s) : List the first part of a specified file.grep pattern : Search text and match patterns.diff from-file to-file : Display the differences between two files.cut file : Cut out sections of each line of a file or files.cat : Display, combine or create new files.gzip filename : compress or expand files.

    network command line mac cheat sheet

    cp source destination : Copy files and directories.

    network command line mac cheat sheet

  • chown new owner files : Change the ownership of one or more files & directories.
  • chmod mode files: Change access permissions of one or more files & directories.
  • chgrp group files: Change group ownership of one or more files & directories.
  • NETWORK COMMAND LINE MAC CHEAT SHEET ARCHIVE

  • tar archivename : archive or extract files.
  • rmdir directory : Remove empty directories.
  • pwd : prints the current working directory.
  • mv source destination : Move and/or rename files and directories.
  • ln original file : Create a link to the original file in the present directory.
  • ln original file link file : Create links b/w files or b/w directories.
  • cd directory: change the present directory.
  • ls : List the files in a particular directory or present directory if used without options or arguments.
  • NETWORK COMMAND LINE MAC CHEAT SHEET PDF

    Download Linux Command Cheat Sheet PDF Version here. Hello everyone, here is a list of all the linux commands I can think of and can be helpful for your usage.









    Network command line mac cheat sheet