How to setup sudo, only can use for particular date & time
only ( for solaris10 )
Answer Posted / isha
allows users to run programs with the security privileges
of another user (normally the superuser).It is an
abbreviation for "switchuser do" (as in, do a command with
another user's privileges). By default, sudo will prompt
for a user password but it may be configured to require the
root password, or require it only once per pseudo terminal,
or no password at all.[3] Sudo is able to log each command
run and in some cases has completely supplanted the
superuser login for administrative tasks
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is command statement?
How do I search for text in vi?
What is the pipe command?
What is in grep command?
What is the first character of the output in ls l command?
What command is used to check the current users?
Which command is used to delete all files in the current directory and all its sub-directories?
What is “chmod” command?
How does pipe () work?
What is the difference between grep and grep?
What is the use of sed command in unix?
What does #!/ Bin sh do?
What is the difference between cat and more command?
How do you grep recursively?
What is awk command used for?