This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:spring2025:projects:tpb0 [2025/02/17 23:40] – [TOOLBOX] tstrickl | notes:unix:spring2025:projects:tpb0 [2025/02/17 23:46] (current) – [impacts of permissions] tstrickl | ||
---|---|---|---|
Line 5: | Line 5: | ||
* **file**(**1**) | * **file**(**1**) | ||
* **uudecode**(**1**) | * **uudecode**(**1**) | ||
- | * **base64**(**1**) | ||
* **xxd** | * **xxd** | ||
+ | * **tr** | ||
+ | * **gzip, xzip, bzip2, zip, tar & ar** | ||
+ | * **chmod** | ||
+ | * **sort** | ||
+ | * **cpio** | ||
+ | * **rev** | ||
=====determining the state of data===== | =====determining the state of data===== | ||
Line 18: | Line 22: | ||
=====impacts of permissions===== | =====impacts of permissions===== | ||
+ | Some files are not readable or writeable. Use chmod to change the permissions to allow yourself to read and write. The command to change permissions is chmod. To give yourself reading and writing abilities, and give no one else, do chmod 600. |