Question

which directory holds all linux command shells

which directory holds all linux command shells

Homework Answers

Answer #1

Solution :

Ans . There is no as such single directory that will contains all linux command shells. But you can say root is the directory which will holds all linux command shells. It is because root is the top-most folder in the linux and every other folders are subfolders of this root folder.

In Linux, root folder is represented by / and it is known as root directory. It has different subfolders and these are as follows:

1. /usr/bin/ : it stores user commands.

2. /boot/ : It contains files which is used for system startup including the kernel.

3. /dev/ : It contains files related to devices files.

4. /etc/ : Configurations files and directories are located in this dirctory.

5. /home/ : It is the default location for the user's home directories.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
PLEASE DO QUICK LINUX ASSIGNMENT PLEASE ILL THUMBS UP You need to paste the command and...
PLEASE DO QUICK LINUX ASSIGNMENT PLEASE ILL THUMBS UP You need to paste the command and the output in a word document and submit it. Part1: 1. Log in to Linux using your user account name and password. 2. If you logged in using a graphical login screen, open a terminal window by clicking on the icon in the lower left corner of the desktop to open the main menu, then selecting System Tools, then Terminal. A terminal window opens....
How would I go about answering these questions In linux. Please provide the correct linux command...
How would I go about answering these questions In linux. Please provide the correct linux command needed to answer these 4 questions 5. Display total words of each file under your root directory and subdirectories. 6. Change permission of every filename ends “.py” to — write read execute, group - read execute, other - execute 7. Find every line which contains “hello” from your file system, display both file name, line number. 8. Combine files with name “p3.py”, “p31.py”, “p32.py”,...
Please list the command to finish the following steps: - First switch to the root directory...
Please list the command to finish the following steps: - First switch to the root directory - Use command *cd* to switch to the directory where you store your homework code.
What command would you use to view the files and folders in the C:\windows directory? Use...
What command would you use to view the files and folders in the C:\windows directory? Use relative references. What command would you use to view only the directories in the C:\windows directory? Use relative references. Hint: Use a switch. What command would you use to view only the .com files in the C:\windows\system32 directory? Use relative references. What command would you use to create a directory called JUNK at the root. Use relative references. What command would you use to...
Unix / Linux 11. Globbing (filename substitution): Provide an argument to the ls command that will...
Unix / Linux 11. Globbing (filename substitution): Provide an argument to the ls command that will result in a globbing expression that meets the following description: Filenames that have a length of 5 characters. 12. Globbing (filename substitution): Provide an argument to the ls command that will result in a globbing expression that meets the following description: Filenames that begin with an alpha and end with a digit. 13. Globbing (filename substitution): Provide an argument to the ls command that...
In Linux please just type out command assuming files and directories are there Q21: display those...
In Linux please just type out command assuming files and directories are there Q21: display those line and line number do not contain “apple” from files whose name contains “file”. Q22: find all files, where file size is bigger than 100k and smaller 500k, and where filename ends with “.py” Q23: delete all directories with size larger than 10M or smaller than 1M. Q24: find out the five largest files or directories from current working directory, and output the result...
b. Develop a C Application that implements a multithreaded behaviour of the CAT command in LINUX...
b. Develop a C Application that implements a multithreaded behaviour of the CAT command in LINUX using exec calls. (use of built in CAT command not allowed.
PART 4: Learn about commands to navigate the directory tree structure: use the ls –ali /  ...
PART 4: Learn about commands to navigate the directory tree structure: use the ls –ali /   command to review the contents of the / directory Review the Linux Filesystem Standard (FSSTD) and document the following directories’ contents / ------- |--bin |--boot               |--dev               |--etc |--home               |--lib               |--mnt               |--opt               |--root               |--sbin               |--tmp               |--usr               |--var 3. use the cd etc  OR cd /etc  to change your default directory to the etc directory 4. use the...
Linux, please avocado is an empty file Q14 – Specify a single line command that gives...
Linux, please avocado is an empty file Q14 – Specify a single line command that gives the owner and group permission to execute the file avocado while giving the owner sole permission to read and write the file. Do not change any other permission, i.e., do not remove permission from others to execute the file, if they already have that permission. Q15 – File/directory permissions are subject to permissions on the parent directories. For example, consider the file /home/dv35/cs265/lab1.txt. If...
How do you find files whose names contain embedded spaces? What would the Linux command(s) be?...
How do you find files whose names contain embedded spaces? What would the Linux command(s) be? How do you delete them? What would the Linux command(s) be?