Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3440170
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T08:24:01+00:00 2026-05-18T08:24:01+00:00

So i have this application thats rather complicated… To keep it short this is

  • 0

So i have this application thats rather complicated…
To keep it short this is the main things you should know:

file_name = raw_input("Name your file:").lower()

os.popen(sudo tcpdump -c5 -vvv -w "file_name" host wiki or host wiki2)

but this doesn’t seem to work. Can i get a fix?
Thanks,
Pastelinux

edit1:
Alright this is what i have now, but its not working, any pointers on how to fix?

import subprocess, os, sys

filename = raw_input('File name:').lower

pipe = os.popen("sudo tcpdump -c5 -w", 'filename')

pipe = popen("sudo tcpdump -c5 -w", shell=True, stdout=PIPE).stdout

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T08:24:01+00:00Added an answer on May 18, 2026 at 8:24 am

    Don’t use `os.popen’, you should use the subprocess module.

    I am assuming this (a string):

    sudo tcpdump -c5 -vvv -w "file_name" host wiki or host wiki2
    

    is your command.

    Since we just need to call tcpdump and not get any output from it, we use subprocess.call

    >>> subprocess.call(your_command.split())
    

    Of course why it is not working depends on what the error is, but this is how you should go about it. If you can update the answer with your error, then it can be clear.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have this c# application that needs to ping my web server thats
I have an application thats going to use Active Directory for Authentication. This will
We have a rather complicated system of permission handling in our (ASP.NET web) application.
I have this web application that has grown to an unmanageable mess. I want
I have an existing application that is written in C++ for Windows. This application
I have this code inside a class that is used by an application and
I have an application that writes information to file. This information is used post-execution
I have my Windows Application that accepts args and I use this in order
I have a large application that uses EJB 2.x entity beans (BMP). This is
I have a VB6 application that needs to update it's self. For this purpose,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.