explain the directory function of Linux. also explain use of wild card character with an example.
Answers
Answered by
3
Linux stores data and programs in files. These are organized in directories. In a simple way, a directory is just a file that contains other files (or directories).
The part of the hard disk where you are authorised to save data is calle your home directory. Normally all the data you want will be saved in files and directories in your home directory. To find your home directory (if you need), type:
echo $HOME The symbol ~ can also be used for your home directory.
There is a general directory called /tmpwhere every user can write files. But files in /tmp usually get removed (erased) when the system boots or periodically, so you should not store in /tmp data that you want to keep permanently.
A wildcard character is a specialcharacter that represents one or more other characters. The most commonly used wildcard characters are the asterisk (*), which typically represents zero or more characters in a string ofcharacters, and the question mark (?), which typically represents any onecharacter.
HOPE THIS ANSWER HELP YOU PLEASE MARK ME AS BRAINLIEST.
The part of the hard disk where you are authorised to save data is calle your home directory. Normally all the data you want will be saved in files and directories in your home directory. To find your home directory (if you need), type:
echo $HOME The symbol ~ can also be used for your home directory.
There is a general directory called /tmpwhere every user can write files. But files in /tmp usually get removed (erased) when the system boots or periodically, so you should not store in /tmp data that you want to keep permanently.
A wildcard character is a specialcharacter that represents one or more other characters. The most commonly used wildcard characters are the asterisk (*), which typically represents zero or more characters in a string ofcharacters, and the question mark (?), which typically represents any onecharacter.
HOPE THIS ANSWER HELP YOU PLEASE MARK ME AS BRAINLIEST.
Answered by
0
Answer:
skin charizz thanks po sa answer
Explanation:
Similar questions
Computer Science,
7 months ago
English,
7 months ago
Geography,
1 year ago
Math,
1 year ago
Math,
1 year ago