Beginners Terminal/Manual question

In general the manual says the name of a command and his options in the way of
NAME
ping -- send ICMP ECHO_REQUEST packets to network hosts
SYNOPSIS
ping [-AaDdfnoQqRrv] [-c count] [-i wait] [-l preload] [-M mask | time]
[-m ttl] [-P policy] [-p pattern] [-S src_addr] [-s packetsize]
[-t timeout] [-z tos] host
Now I want set an option, say -c count, to 12
How to do? This would explain nearly all or most the other commands and optins too...
Thank you,
Karl

Hello Niel,
happened this (IP changed):
iMac-G5:~ karl$ ping 190.78.61.22 -c 12
usage: ping [-AaDdfnoQqRrv] [-c count] [-i wait] [-l preload] [-M mask | time]
[-m ttl] [-p pattern] [-S src_addr] [-s packetsize]
[-t timeout] [-z tos] host
ping [-AaDdfLnoQqRrv] [-c count] [-I iface] [-i wait] [-l preload]
[-M mask | time] [-m ttl] [-p pattern] [-S src_addr]
[-s packetsize] [-T ttl] [-t timeout] [-z tos] mcast-group
iMac-G5:~ karl$
What goes wrong? _____ k.

Similar Messages

  • Program terminated manually or terminated by another mode.

    HI experts,
    one of the job scheduled in the back ground has been cancelled.
    when i look the at the job log and respective long text these are the messages that i  found.
    program terminated manually.
    program terminated by another mode.
    program terminated from another mode e.g with transaction SM50.
    Please help me in interpreting this issue and any possible solutions for this.
    regards,
    Jayant

    Hi Jayant,
    This is possbile in case of system bounce acitivity or in case if your system administrator cancels your job to free work processes or because of some other reason. You can check other jobs during that time period or check with Basis team/System administrator if they did any activity at that time.

  • Firefox 29.0.1 leaves process running after exit, which must be terminated manually before Firefox will re-start.

    After updating to Firefox 29.0, firefox.exe *32 process keeps running after application exit, and must be terminated manually before Firefox will re-start. The update to 29.0.1 did not solve the issue. All updates prior to 29.0 never exhibited this problem, and there have been no other changes to my system, so this issue originated with 29.0.

    Thanks for the response, and you are right, for now the only one being helped by leaving telemetry on is me, because there is (apparently) no problem to report when it is on.
    Slight clarification:
    1. Enabling history and cache fixes problem.
    2. Enabling telemetry fixes problem.
    3. Enabling history and cache, cycling FireFox on/off, then disabling history and cache, fixes problem during current power cycle, but not persistently between power cycles.
    4. All the above settings do persist across power cycles.

  • Workflow Termination Notification Question

    I have a question regarding termination notification workflow. I am trying to create termination notifications for a server and I have to verify both worklist and email notification.
    I have checked the Set Up HRMS > Common Definitions > Self Service->Workflow Configuration and Personnel administrator role is assigned for Terminate Employee workflow. Also, in PeopleTools > Security > Roles & Permissions I have an user assigned to this role.
    In Worklist->Worklist, I only see the termination action created through Manager Self Service->Job and Personal Information->Terminate Employee and not the one using Workflow Administration->Job Information->Job Data. Also, no email is received.
    Could you give me a hint regarding this problem?

    Does anyone out there at Microsoft have accurate answers to these questions?
    Thanks!EM

  • ORA-01092: ORACLE instance terminated. (manual db creation)

    HI
    When i create 10g database manually i got following error.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    any findings..
    regards
    basheer

    There can be many reasons. This is a generic error.
    Please see the alert log for more details.

  • Terminal FTP questions

    I have successfully been able to connect to my server using terminal. So far I can change dir., create dir. and get files. The problem I am haviung is that I cannot put files to the server from anywhere on my computer, actually to better describe this is the error message I get:
    ftp> put /Users/myUserName/Desktop/sample1.php
    local: /Users/myUserName/Desktop/sample1.php remote: /Users/myUserName/Desktop/sample1.php
    500 Unknown command
    227 Entering Passive Mode (72,22,69,91,32,22)
    553-Can't open that file: No such file or directory
    553 Rename/move failure: No such file or directory
    ftp>
    FYI: my password and username are accepted
    second question/s: when should I use binary and when should I use ascii? do i just use ascii for '.txt' files and the rest use binary?

    I have successfully been able to connect to my server
    using terminal. So far I can change dir., create dir.
    and get files. The problem I am haviung is that I
    cannot put files to the server from anywhere on my
    computer, actually to better describe this is the
    error message I get:
    ftp> put /Users/myUserName/Desktop/sample1.php
    local: /Users/myUserName/Desktop/sample1.php remote:
    /Users/myUserName/Desktop/sample1.php
    500 Unknown command
    227 Entering Passive Mode (72,22,69,91,32,22)
    553-Can't open that file: No such file or directory
    553 Rename/move failure: No such file or directory
    ftp>
    FYI: my password and username are accepted
    Hmmm. What kind of computer is your server? It looks like ftp is trying to upload the file using your local path on the remote server. There are two ways to get to the local directory. First, you could just change to that directory:
    <pre class="command">cd /Users/myUserName/Desktop</pre>
    to use your example. Second, you can use the lcd command once you're in the ftp program:
    second question/s: when should I use binary and when
    should I use ascii? do i just use ascii for '.txt'
    files and the rest use binary?
    <pre class="command">ftp> lcd /Users/myUserName/Desktop
    Local directory now /Users/myUserName/Desktop</pre>
    Secondly, you should navigate to the proper directory on the remote machine using the cd and ls ftp commands. For example, suppose the server is a Linux server, and your web page goes in a public_html folder. When you log in, you might be at the root level of your account:
    <pre class="command">ftp> ls
    drwxr-xr-x 2 usrname group 4096 Jun 3 08:00 public_html
    drwxr-xr-x 2 usrname group 4096 Mar 22 16:47 bin
    ftp> cd public_html
    250 CWD command successful</pre>
    Then you can just put the file on the server:
    <pre class="command">ftp> put sample1.php</pre>
    And not have to bother with figuring out the relative paths on both sides.
    charlie

  • Terminal SSH question

    Hi, i'm trying to SSH into my ATV2 in order to install xbmc.
    In my efforts, i managed to muck up my ssh commands in terminal.
    when i try to log in to root, i get;
    /Users//.ssh/config: line 2: Bad configuration option: as;ldfkj
    /Users//.ssh/config: line 3: Bad configuration option: j;ljk
    /Users//.ssh/config: line 4: Bad configuration option: ls
    /Users//.ssh/config: terminating, 3 bad configuration options
    What command do i need to type in order to clear out those configuration options?
    thanks in advance!!

    Edit: I just looked at the original post again, because I was wondering how SSH could be of any use to someone who doesn't understand the shell, and I realized that you're asking for help in hacking a jailbroken AppleTV. This isn't the place for that. Go back to the site where you found the hack and ask your question there.

  • Terminal Server Question

    I have inherited a system that has a terminal server set up for remote connections. How do I get into the individual lines?
    It is a:
    dc4-tsv-02#sh inv
    NAME: "2821 chassis", DESCR: "2821 chassis"
    PID: CISCO2821 , VID: V04 , SN: FTX1222A00S
    NAME: "High Speed Wan Interface card with 16 RS232 async ports(HWIC-16A)", DESCR: "High Speed Wan Interface card with 16 RS232 async ports(HWIC-16A)"
    PID: , VID: V01 , SN: FOC12114NTR
    NAME: "High Speed Wan Interface card with 16 RS232 async ports(HWIC-16A)", DESCR: "High Speed Wan Interface card with 16 RS232 async ports(HWIC-16A)"
    PID: , VID: V01 , SN: FOC12114NXH
    NAME: "Virtual Private Network (VPN) Module", DESCR: "Encryption AIM Element"
    PID: AIM-VPN/EPII-PLUS , VID: V02 , SN: FOC12184MGV
    and is running:
    dc4-tsv-02#sh ver
    Cisco IOS Software, 2800 Software (C2800NM-ADVIPSERVICESK9-M), Version 12.4(18a), RELEASE SOFTWARE (fc3)
    I looked at the confguration guide at javascript:newWin('http://www.cisco.com/en/US/tech/tk801/tk36/technologies_configuration_example09186a008014f8e7.shtml') and my TS does not have any of the "ip host" commands.
    Is this important given that my connections are all async consoles? What is the syntax for connecting to the individual async lines? I tried connect, etc. to no avail. The lines are all set up like this one:
    interface Async0/0/0
    no ip address
    encapsulation slip
    The lines appear to be live:
    dc4-tsv-02#sh line
    Tty Line Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns Int
    0 0 CTY - - - - - 0 0 0/0 -
    1 1 AUX 9600/9600 - - - - - 0 0 0/0 -
    0/0/0 2 TTY 9600/9600 - - - - - 4 0 0/0 -
    0/0/1 3 TTY 9600/9600 - - - - - 1 0 0/0 -
    0/0/2 4 TTY 9600/9600 - - - - - 1 0 0/0 -
    0/0/3 5 TTY 9600/9600 - - - - - 1 0 0/0 -
    0/0/4 6 TTY 9600/9600 - - - - - 4 12674 0/0 -
    0/0/5 7 TTY 9600/9600 - - - - - 1 140 0/0 -
    0/0/6 8 TTY 9600/9600 - - - - - 1 0 0/0 -
    0/0/7 9 TTY 9600/9600 - - - - - 2 0 0/0 -
    0/0/8 10 TTY 9600/9600 - - - - - 2 2619168 0/0 -
    0/0/9 11 TTY 9600/9600 - - - - - 2 0 0/0 -
    etc.
    Thanks in advance!

    Yes, that helped. I found the information through another source in the meantime (http://books.google.com/books?id=UbuEHLfhNmMC&pg=PA370&lpg=PA370&dq=connect+async+line+cisco+console&source=bl&ots=J5mBA0_clW&sig=fpvGz6W_xikAzImRdnaWZNMIoHs&hl=en&ei=aBnrSoqsHI2zlAfE9YCABQ&sa=X&oi=book_result&ct=result&resnum=8&ved=0CCcQ6AEwBzgU#v=onepage&q=connect%20async%20line%20cisco%20console&f=false)
    The "gotcha" here was to note that I needed to execute the telnet x.x.x.x zzzz from the terminal server host (x.x.x.x) itself.
    Thanks for the assist though - I rated your post accordingly.

  • Beginners CSS layout question - expanding a layer and not overlapping another

    Having got well and truly fed up of using tables to layout
    pages I am trying to gem up on CSS layer based layout. All well and
    good but despite the various tutorials I can't find an answer to
    this question...
    Q. I have a layout with layers to make a three column layout,
    however, I want to have a footer section at the bottom of the page
    that runs the same width as the three columns (you can see my WIP
    example here
    http://www.spiralfilm.com/clients/broadoak/index_css.html
    ). Problem is, as the centre section expands with more content, how
    do I make that section expand and not overrun the current footer
    section? I want it to expand like a table does and push the footer
    down.
    I'm sure it is simple but I just can't get my head around it!
    Thanks in advance for any pointers...

    > However, is the use of div tags the way to seperate
    blocks of content? The
    > DW8
    > help file seems a little unclear on this?
    Yes, it would be one way to do that. A div tag is simply a
    container for
    other HTML elements, like a table. The problem you are having
    comes with
    using DW 'layers' to contain text. As Thierry suggested, this
    is because
    absolutely positioned elements (i.e., DW 'layers') are
    removed from the
    normal flow, preventing them from interacting with adjacent
    page elements -
    this means that when the text inside them expands, it will
    begin to overlap
    other content. See my demonstration of this here -
    http://www.great-web-sights.com/g_layers-overlap.asp
    Try these tutorials -
    http://www.macromedia.com/devnet/mx/dreamweaver/css.html
    http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html
    http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Benfrain" <[email protected]> wrote in
    message
    news:elgpba$qds$[email protected]..
    > Hi, thanks for those links. Sorry to confess they are
    all a little beyond
    > my
    > knowledge. I will read on and see if I can understand
    them.
    >
    > However, is the use of div tags the way to seperate
    blocks of content? The
    > DW8
    > help file seems a little unclear on this?
    >

  • XFCE Terminal ? (Question Mark) Characters

    I think special characters are not displayed correctly on my XFCE terminal:
    I think my locale is OK:
    [jiewmeng@JM backbone-aura-try]$ locale
    LANG=en_US.UTF-8
    LC_CTYPE="en_US.UTF-8"
    LC_NUMERIC="en_US.UTF-8"
    LC_TIME="en_US.UTF-8"
    LC_COLLATE="en_US.UTF-8"
    LC_MONETARY="en_US.UTF-8"
    LC_MESSAGES="en_US.UTF-8"
    LC_PAPER="en_US.UTF-8"
    LC_NAME="en_US.UTF-8"
    LC_ADDRESS="en_US.UTF-8"
    LC_TELEPHONE="en_US.UTF-8"
    LC_MEASUREMENT="en_US.UTF-8"
    LC_IDENTIFICATION="en_US.UTF-8"
    LC_ALL=en_US.UTF-8
    These are set in
    # ~/.bashrc
    export LANG=en_US.UTF-8
    export LC_ALL=en_US.UTF-8
    So whats the problem? My console font is set to DejaVu Sans Mono. I tried afew others but got a similar result.

    cookies wrote:http://ubuntuforums.org/showthread.php?t=1806330 might help.
    I think that's a completely different issue. 'tree' doesn't print file permission, it uses utf8 symbols to print lines:
    $ tree
    ├── 1
    ├── 1.wav
    ├── 2
    ├── 2.wav
    ├── 3
    ├── 3.wav
    ├── 4
    ├── 4.wav
    ├── 5
    ├── 5.wav
    ├── 6
    ├── 6.wav
    ├── 7
    └── 7.wav

  • Early Termination Fee question

    My wife and I just upgraded our phones last August but we've recently had some medical trouble with our son and can't afford Verizon anymore. I'm looking to switch to T Mobile but I need to make sure we can afford the termination fees until we're reimbursed. Is it just -$10 for every month of service we've had or are there other factors? We're not in the edge program and just paid the upgrade discount price for both of our phones (I have the Lumia Icon and she has the HTC M8 One).  Thanks!

    Yes, for each line it would be $350 - $10 for each month you complete of your contract.
    So if you purchased the phones August 15, your ETF would currently be $300 x 2 lines = $600 and drop down to $580 on February 15.

  • Terminal/Unix question

    when I open terminal it appears to open in the account I am using. I tried a cd to go up a level with no luck.
    My objective is to get to the Users folder and make temporary permission changes.
    I tried booting with the system disk but could only access the contents of that disc.
    aluminum PB G4   Mac OS X (10.4.8)  

    From the terminal help thing:
    to change permissions for an item, use the chmod command. The syntax of the command is as follows:
    chmod securitygroup [changetype] [permission] [file or directory]
    The options for each item in the command are described below.
    Securitygroup (The person or group whose permission you are changing.)
    u - user
    g - group
    o - other
    all - all
    Changetype (Whether you are adding or subtracting the permission.)
    "+" add permission
    "-" subtract permission
    Permission (The permission you are changing.)
    r - read
    w - write
    x - execute
    File or directory: The name of the file or directory to change.
    ex: chmod ugo +rwx /users
    That should add the ability to read, write, and execute to anyone (I tried the 'all' option and it didn't work for me). I'm not positive this is correct but it worked for me.
    macbook   Mac OS X (10.4.8)  

  • Is this where Beginners can post questions?

    First time in the Oracle site. Would like to
    find a Forum where I can post questions, as I
    learn Oracle. I am new to Oracle but not new
    to computing. -- gte99

    testing reply.... gte99

  • Beginners art brush question

    Hello, using CS5,
    I've created an art brush and applied it to a path. I get the following result..
    Instead i'd like the ovelapping section to appear so that one part of the path is on top of the other. Any ideas?

    candlecatrat,
    You may cut either segment of the path on either side of the crossing and move it above/below the rest.

  • Mail RAM question

    I set PUSH to off and FETCH to manually, question is, will it still use memory when it is running on background/multitasking? I've red somewhere that apps don't need to be necessarily removed from the multitasking, how about when MAIL (default app, yahoomail and gmail) is on the multitasking?

    You do the following when you want to conserve battery:
    Settings>Mail, Contacts, Calendars>Push>OFF
    Settings>Notifications>Mail>Gmail>Notification Center>OFF
    Settings>Mail, Contacts, Calendars>Fetch New Data>Off

Maybe you are looking for

  • Problem with an exported Mov file

    I used Quicktime pro to "export for web" a video file. The problem I'm having is that when I open the file It only plays a small portion of the video, about 5mins of a 30min video. The video length shows 30min and after the video stops the counter an

  • Mpd and sonata setup problems

    To get sonata working I have followed the instructions in the archlinux wiki [1] and went with the mentioned alternative setup.  I have mpd running in the background, but when I open sonata I get nothing. When I launch Sonata from the terminal I get

  • Deafult tax code and tax jurisdiction per vendor

    Hi,    We are using tax jurisdiction in Process,  now while creating Po every time according to vendor we have to enter the tax jjurisdiction and tax code ,  i s there any mwthod  with which we can set default tax code and tax juridiction code as per

  • Safari 6.1 Breaks Java at the USPTO Again!

    We have to login to the USPTO website using their custom encyrption that relies on Java operating properly. The latest version of Safari has broken the USPTO java applete that is executed. The Load File window to select the location of the digital ce

  • The net price is calculated incorrectly for service items in contracts

    The net price is calculated incorrectly for service items. Iu2019m creating a contract for services, transaction ME31K (without service master). At the services level Iu2019m adding u201CConditions Supplementsu201D: -     PRS (gross price) =1000 EUR