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 command will change your prompt to myprompt?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is the behavioural difference between cmp and diff commands?
How do I use grep to search for a file?
What is command substitution?
What does 'mkdir' command do in UNIX?
Is grep faster than awk?
Enlist some filename manipulation commands in unix.
What is .sh file?
What is the use of the command 'ls -x chapter[1-5]' ?
Does cp command overwrite files?
How do I search a whole word in vim?
What does the command '$ls | wc –l > file1' do?
What is merge command in unix?
What are the unix commands?