What are ways we can create users in Solaris?
Latest Answer: There are 3 ways to create users: 1. Using `useradd` command 2. Using `smuser` command 3. Adding user by modifying the following files: a. ...
How will you clear counter of iostat without rebooting the Solaris OS
Latest Answer: vxdmpadm iostat reset ...
How to use -s and -m in acl ? Give two examples?
Latest Answer: HiYou can add acls for user "user1" using folowing command-#setfacl -m u:user1:r--,g:testgroup:r-- File1Thanks,Amit Shiknis ...
How do you determining current booted disk in sun Solaris OS?
Latest Answer: prtconf -pv|grep boot ...
Which command is used to check System Messages?
Latest Answer: The "dmesg" command is uset to check the System messages. This command just read and reflect the contents of /var/adm/messages file. ...
What are the kernal initialization files?
Latest Answer: Kernel config file /etc/systemAll module independent files /kernelAll Platform dependent files /platform/"h/w version"/kernelfor intel base it should be i86pcfor sparc it should be sun4u ...
What are Private and Public region?
Latest Answer: Private region is which contains configuration information i.e disk label, disk group name it belongs, disk group id, and configdb (generally this question is related to vxvm)Public region is to store the data. ...
How will you see aging in command line?
Latest Answer: $ passwd -d shanmartin 2-14-92 14 60 shanmartin is username in order, the date the current password was created, the minimum age, and the maximum age ...
In server where will you find route information?
Latest Answer: netstat -nr ...
What is TOP command?
Latest Answer: Top command is a system administrative tool to get the process information.In Solaris 10 OS, TOP does not work. Replaced by 'prstat' command.Additional to the Process table Information, top/prstat command display the following: 1. Uptime ...
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top