attributes of FS
Answer / pavani
The below given are some of the attributes,
lsattr mytext.txt
------------- mytext.txt
chattr +d mytext.txt
lsattr mytext.txt
------d------ mytext.txt
Here, we've used the "+" sign to add the attribute. We'll
use the "-" sign to remove it.
chattr +s mytext.txt
lsattr mytext.txt
s------------ mytext.txt
Setting the "s" attribute will cause the file to be
securely wiped when someone deletes it.
| Is This Answer Correct ? | 3 Yes | 4 No |
how many default groups are there in solaris10?what are they?
What is nslookup
How to grow disk size in SDS
My solaris system has 16GB RAM and swap. /tmp is associated to swap. We use vmstat command to get used system memory. We observe that once we fill up /tmp, it reflects in vmstat command. My intention is only to get overall used memory in RAM. 1. Can you let me know the if there is a solaris command to just get used memory in RAM? 2. How is /tmp filling up associated to "free memory" in vmstat command?
When you "ping server" and "ping server.domainname", you get different results. Why?
How will you restart the inetd process?
What is default permission of files and directory?
How to create swap file
How to find out the shared file system from server and client
If user is not loging in to server what is the problem?
How can you boot the system in single user mode? other than #boot CDROM/net -s
If a main.cf files corrupted how will you rectify