How are UNIX file permissions represented?
UNIX file permissions are typically represented using a combination of characters: r (read), w (write), and x (execute). These permissions are set for three different categories: the file's owner (user), the file's group (group), and others (other). A typical permission set might look like rw-r--r--, where the owner has read and write permissions, while the group and others have only read permissions. This symbolic notation can also be represented numerically, with read as 4, write as 2, and execute as 1, making the previous example 644.
| Is This Answer Correct ? | 0 Yes | 0 No |
How are UNIX file permissions represented?
Explain ‘library functions’ with respect to unix commands?
Explain command to show the space allocation of files?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
What is "type" command in unix?what is the functionality??
What does #!/ Bin sh do?
how will you convert a general file to a hidden file?
What does this command do? Cat food 1 > kitty
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
solaris Run level?
what is the shell for dos,nt operating systems?