Please enable JavaScript.
Coggle requires JavaScript to display documents.
Managing Files (Important directories (/root - home directory for the root…
Managing Files
Important directories
-
-
-
-
-
-
-
/media - optional part of the FHS, contains subdirectories for specific media types
-
-
-
-
/proc - unusual directory, it's a virtual filesystem that's created dynamically by Linux
-
/bin - contains certain critical executable files (ls, cp, mount)
-
-
-
-
File Archiving
cpio
Copy-in mode: extracts data from an existing archive. Can extract only the files from a filename pattern provided
Copy-pass mode: combines the copy-out and copy-in, enabling to copy a directory tree from one location to another
-
-
-
-
-
-
File Ownership
-
Accessing File Ownership
-
If the owner account is deleted, the account's files don't vanish, but the account name does
-
Access to files
set user ID option is used in conjunction with executable files, it tells Linux to run the program with the permissions of whoever runs the file
-
-
-
-
-
-