chattr Command Examples in Linux
The chattr command is used to change the attributes of a file or directory. The below table describes some of the options of the chattr command.
The chattr command is used to change the attributes of a file or directory. The below table describes some of the options of the chattr command.
The chmod command enables you to modify the permissions of a file or directory. Only the owner of the file or directory …
User profiles Individual users have personal habits and preferences for their Linux work environment, and so a variety …
Special permissions on files and directories in linux are : SetUID, SetGID and Sticky bit. With the help of “chmod” …
We know that computers operate on one byte at a time i.e. 8 bits of data a manipulated as one unit.
Pointers and functions get on very well. Whenever data is to be passed to a function, especially large amounts of them, …
This is one of the special features available in C, but not found in many other languages. The preprocessor is a part of …
The concept of linked lists is one of the powerful features in C. It will also bring to you some of the powerful …
Pointers are one of the very powerful & special features of C. It simply means instead of using a variable name, you …
Sometimes it is necessary to move a Datafile to another Location (eg. Mountpoint, ASM Diskgroup, etc.) due to Space …
The Setup We will be using below setup for the purpose of this post: CDB name:CDB1 PDB name: pdbtest CDB1 …