Computer Science, asked by Rangsinasarpo2829, 11 months ago

Write short notes on File Management command for Linux (any 4).

Answers

Answered by Anonymous
2

<b>Unix / Linux - File Management. All data in Unix is organized into files. All files are organized into directories.

These directories are organized into a tree-like structure called the filesystem. When you work with Unix, one way or another, you spend most of your time working with files.

Answered by yashgandhi74
0

</p><p></p><p>\huge\bf\boxed{\boxed{\boxed{\blue{\mathfrak{HEYA\:!!!!}}}}}

\huge{\bold{\blue{solUTIon....}}}

&lt;b&gt;&lt;font color="red"&gt;

1)Use chmod -R 755 /opt/lampp/htdocs if you want to change permissions of all files and directories at once.

2)Use find /opt/lampp/htdocs -type d -exec chmod 755 {} \; if the number of files you are using is very large. ...

3)Use chmod 755 $(find /path/to/base/dir -type d) otherwise.

4)Better to use the first one in any situation.....

Similar questions