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
Continue with Google
or use

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
Continue with Google
or use

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

Sorry, you do not have permission to ask a question, You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Sorry, you do not have permission to ask a question, You must login to ask a question.

Continue with Google
or use

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

Answerclub

Answerclub Logo Answerclub Logo

Answerclub Navigation

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

Mobile menu

Close
Ask A Question
  • Home
  • About Us
  • Contact Us

Welcome to Answerclub.org

Questions | Answers | Discussions | Knowledge sharing | Communities & more.

Get App on Playstore
Home/ Venkata chalapathi naidu/Answers
Ask Venkata chalapathi naidu
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Followed
  • Favorites
  • Asked Questions
  • Groups
  • Joined Groups
  • Managed Groups
  1. Asked: June 16, 2024In: Education

    Which command is used to display the characteristics of a process?

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 11:02 pm

    The ps Command The ps Command. The ps command enables you to check the status of active processes on a system, as well as display technical information about the processes. This data is useful for such administrative tasks as determining how to set process priorities.

    The ps Command
    The ps Command. The ps command enables you to check the status of active processes on a system, as well as display technical information about the processes. This data is useful for such administrative tasks as determining how to set process priorities.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Asked: June 16, 2024In: Education

    Which of the following commands is used to identify the type of file by context?

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 11:01 pm

    file' The 'file' command is used to identify the types of file. This command tests each argument and classifies it. The syntax is 'file [option] File_name'.

    file’
    The ‘file’ command is used to identify the types of file. This command tests each argument and classifies it. The syntax is ‘file [option] File_name’.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. Asked: June 16, 2024In: Education

    The field separator in cut command is specified with

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 11:00 pm

    Cut by Field ( -f ) Using cut Command List of the fields number specified must be separated by comma. Ranges are not described with -f option. cut uses tab as a default field delimiter but can also work with other delimiter by using -d option. Note: Space is not considered as delimiter in UNIX.

    Cut by Field ( -f ) Using cut Command
    List of the fields number specified must be separated by comma. Ranges are not described with -f option. cut uses tab as a default field delimiter but can also work with other delimiter by using -d option. Note: Space is not considered as delimiter in UNIX.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  4. Asked: June 16, 2024In: Education

    Which of the following directories contain all the Alias created by a user, including his login directory?

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 10:59 pm

    In Unix, the directory that contains all the aliases created by a user, including their login directory, is typically the user's home directory.

    In Unix, the directory that contains all the aliases created by a user, including their login directory, is typically the user’s home directory.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  5. Asked: June 16, 2024In: Education

    The % key allows you

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 10:59 pm

    In Unix terminal environments, the % key, when used with certain text

    In Unix terminal environments, the % key, when used with certain text

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  6. Asked: June 16, 2024In: Education

    Which option is used with rm command to make the command prompt the user with each filename and a ?, before acting on it

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 10:57 pm

    So, -i is the option used with the rm command to prompt the user with each filename and a question mark before acting on it.

    So, -i is the option used with the rm command to prompt the user with each filename and a question mark before acting on it.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  7. Asked: June 16, 2024In: Education

    Which of the following commands is used to obtain a list of all files by modification time?

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 10:57 pm

    ls -t lists the files in order of the time when they were last modified (newest first) rather than in alphabetical order.

    ls -t lists the files in order of the time when they were last modified (newest first) rather than in alphabetical order.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  8. Asked: June 16, 2024In: Education

    Which of the following special shell variables is used to process number of the last background job?

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 10:57 pm

    Unix / Linux - Special Variables Sr.No. Variable & Description 6 $? The exit status of the last command executed. 7 $$ The process number of the current shell. For shell scripts, this is the process ID under which they are executing. 8 $! The process number of the last background command.

    Unix / Linux – Special Variables
    Sr.No. Variable & Description
    6 $? The exit status of the last command executed.
    7 $$ The process number of the current shell. For shell scripts, this is the process ID under which they are executing.
    8 $! The process number of the last background command.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  9. Asked: June 16, 2024In: Education

    Which of the following command addresses all users who are currently hooked on?

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 10:56 pm

    In Unix, the wall command is used to send a message to all users who are currently logged in. It stands for "write all". This command sends a message to all terminals except those who have disabled messages using the mesg command. So, wall is the command that addresses all users who are currently hoRead more

    In Unix, the wall command is used to send a message to all users who are currently logged in. It stands for “write all”. This command sends a message to all terminals except those who have disabled messages using the mesg command. So, wall is the command that addresses all users who are currently hooked on.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  10. Asked: June 16, 2024In: Education

    In vi editor, forward search is performed using the command.

    Venkata chalapathi naidu
    Venkata chalapathi naidu Knowledge Contributor
    Added an answer on June 16, 2024 at 10:54 pm

    In the vi editor, forward search is performed using the / command followed by the pattern you want to search for. This command allows you to search forward from the current cursor position for the specified pattern. So, /pat is the command used in the vi editor for forward search.

    In the vi editor, forward search is performed using the / command followed by the pattern you want to search for. This command allows you to search forward from the current cursor position for the specified pattern. So, /pat is the command used in the vi editor for forward search.

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
1 2 3 … 37

Sidebar

Ask A Question

Stats

  • Questions 56,306
  • Answers 50,914
  • Popular
  • Answers
  • Mr.Doge

    What are the best AI tools available for Creative Designing?

    • 47 Answers
  • Mr.Doge

    How is tax calculated in India for investing in US ...

    • 41 Answers
  • Mr.Doge

    How to invest in NCD/ Corporate Bonds in India? Is ...

    • 35 Answers
  • Eb2b Mart
    Eb2b Mart added an answer Vaccines work by training our immune system to recognize and… September 13, 2025 at 5:36 pm
  • Kundan Pandit
    Kundan Pandit added an answer When choosing a supplier, look for product quality, pricing transparency,… September 13, 2025 at 5:16 pm
  • Sumit Seo
    Sumit Seo added an answer A screen printing squeegee is one of the most essential… September 13, 2025 at 5:15 pm

Trending Tags

ai biology branch of study business cricket education english food general knowledge. general science geography gk health history poll question science sports technology travel

Explore

  • Home
  • Groups
  • Add group
  • Catagories
  • Questions
    • New Questions
    • Most Answered
  • Polls
  • Tags
  • Badges

© 2024 Answerclub.org | All Rights Reserved
Designed & Developed by INFINITEBOX & TechTrends