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/ Kavya T/Answers
Ask Kavya T
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Followed
  • Favorites
  • Asked Questions
  • Groups
  • Joined Groups
  • Managed Groups
  1. Asked: June 21, 2024In: Education

    The % key allows you

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:46 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
  2. Asked: June 21, 2024In: Education

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

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:45 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. By default, aliases are usually stored in a user's configuration files such as . bashrc or . bash_profile located in their 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. By default, aliases are usually stored in a user’s configuration files such as . bashrc or . bash_profile located in their home directory.

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

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

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:41 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
  4. Asked: June 21, 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

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:41 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
  5. Asked: June 21, 2024In: Education

    Which option will be used with ps command to show the entire command line of the process being run?

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:39 pm

    3. Using the ww Option of ps aux is a set of combined options, where a shows information about all processes, u provides detailed information, and x displays information about processes without a controlling terminal. ww ensures no truncation is imposed. the | symbol pipes the output.

    3. Using the ww Option of ps
    aux is a set of combined options, where a shows information about all processes, u provides detailed information, and x displays information about processes without a controlling terminal.
    ww ensures no truncation is imposed.
    the | symbol pipes the output.

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

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

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:38 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
  7. Asked: June 21, 2024In: Education

    Which command will be used with vi editor to insert text to left of cursor?

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:37 pm

    nsert text to the left of the cursor by typing i from command mode. Type I to insert text at the beginning of a line.

    nsert text to the left of the cursor by typing i from command mode. Type I to insert text at the beginning of a line.

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

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

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:36 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
  9. Asked: June 21, 2024In: Education

    Which command is used to display a file contents in octal form?

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:35 pm

    od -bcx a. out +100. This displays the a. out file in octal-byte ( -b), character ( -c), and hexadecimal ( -x) formats, starting from the 100th byte.

    od -bcx a. out +100. This displays the a. out file in octal-byte ( -b), character ( -c), and hexadecimal ( -x) formats, starting from the 100th byte.

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

    Which command is used to count just the number of characters in a file?

    Kavya T
    Kavya T Knowledge Contributor
    Added an answer on June 21, 2024 at 8:34 pm

    You can use the wc command to count a file's word, line, character, or byte count

    You can use the wc command to count a file’s word, line, character, or byte count

    See less
      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
1 2 3 4 5 … 155

Sidebar

Ask A Question

Stats

  • Questions 57,262
  • Answers 51,653
  • 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
  • Hero Homes
    Hero Homes added an answer Affordable home loans have transformed the accessibility of luxury living… November 7, 2025 at 10:34 pm
  • Propickle 3D
    Propickle 3D added an answer 3D visualization has become essential for modern real estate marketing… November 7, 2025 at 6:15 pm
  • Pavithra Ganesh
    Pavithra Ganesh added an answer Meta shifted its focus from bulky VR headsets to sleek… November 7, 2025 at 5:51 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