Toggle navigation
Tutorials
Oracle DBA
Oracle Apps
Weblogic
Oracle DataGaurd
Oracle RAC
Linux
Important Queries and Scripts
Oracle Ace Journey
Contact US
Disclaimer
Sitemap
Submit
Remote IT Support!! Please contact us
For Any Remote Support,Implementation/Upgrade Projects,Queries,Collaborations please mail us at support@funoracleapps.com
Script to find which users have sudo access in Linux
Himanshu
funoracleapps
,
Linux
No comments
Script to find which users have sudo access in Linux
Script:
#!/bin/bash
for username in `cut -d: -f1 /etc/passwd` do sudo -U $username -l
done
If you like please follow and comment
Newer Post
Older Post
No comments :
Post a Comment
Subscribe to:
Post Comments ( Atom )
Oracle Jobs - Via Jooble
Popular Posts
Guided Project Cycle to Practice EBS Implement, Build and Upgrade from 12.1 to 12.2
Guided Project Cycle to Practice EBS Implement, Build, and Upgrade from 12.1 to 12.2 Do you want to practice an EBS environment upgrade st...
Query to get list of EBS users with responsibility and last login date (responsibility wise)
Query to get list of EBS users with responsibility and last login date (responsibility wise) Script: SELECT usr.user_name, rsp.respo...
Query to find Concurrent Request Details from Concurrent Program Name
Query to find Concurrent Request Details from Concurrent Program Name Script SELECT distinct user_concurrent_program...
Upgrading an Oracle EBS 12.2.10 Database from 12c to 19c
Upgrading an Oracle EBS 12.2.10 Database from 12c to 19c Oracle EBS 12.2 On-Premises databases are now certified with the CDB architecture (...
FRMCMP for FMB and PLL compilation
frmcmp Module=<pll name> Userid=<userid/password> [Parameters]. Optional parameters with default values given: Mo...
Query to find Responsibility for which Menu / Form Function is assigned
Query to find Responsibility for which Menu / Form Function is assigned To get responsibility based on Menu SELECT DISTINCT a.respon...
FRM-40735: ON-ERROR trigger raised unhandled exception ORA-6508
Error: FRM-40735: ON-ERROR trigger raised unhandled exception ORA-6508 Cause: This may be occur while opening forms after clone or if ...
How to check SSL certificate expiration date for certificate in wallet using orapki
How to check SSL certificate expiration date for the certificate in wallet using orapki In this post I am going to share how to find the cer...
Query to find Form Function attached to which Responsibility
Query to find Form Function attached to which Responsibility Script: SELECT DISTINCT faa.application_name application, rtl.respon...
Step by Step instruction on EBS R12.1.3 upgrade to R12.2.0
Step by Step instruction on EBS R12.1.3 upgrade to R12.2.0 In this post, I am going to share step-by-step instructions on upgrading EBS R12....
Have you taken taking from me!! Request for a Certificate
"Certificate is just to showcase your learning! Its not the measurement of your Knowledge". Please note this section will be opened for students
About Me
I am an Oracle Ace
UrbanPro
Followers
CONTACT US
Articles Index
►
21
(60)
►
Apr
(13)
►
Mar
(18)
►
Feb
(13)
►
Jan
(16)
▼
20
(148)
►
Dec
(11)
►
Nov
(22)
▼
Oct
(16)
LINUX AWK Tutorial Series | Chapter 6
LINUX AWK Tutorial Series | Chapter 5
LINUX AWK Tutorial Series | Chapter 4
LINUX AWK Tutorial Series | Chapter 3
LINUX AWK Tutorial Series | Chapter 2
LINUX AWK Tutorial Series | Chapter 1
Understanding Linux Log Files
Shell Script with a Progress Bar
How to Change EBS Homepage Branding
Error : ORA-00600: internal error code, arguments:...
Encrypt Shell Script on Linux using SHC
How to schedule a cron after System Reboot in Linux
Script to find which users have sudo access in Linux
Query to find which all schema password will be ch...
How to Configure a Postfix Relay through Gmail on ...
Shell script to delete Oracle Database Archive logs
►
Sep
(14)
►
Aug
(11)
►
Jul
(4)
►
Jun
(15)
►
May
(13)
►
Apr
(18)
►
Mar
(13)
►
Feb
(6)
►
Jan
(5)
►
19
(55)
►
Dec
(4)
►
Nov
(5)
►
Oct
(5)
►
Sep
(5)
►
Aug
(3)
►
Jul
(3)
►
May
(9)
►
Apr
(7)
►
Mar
(4)
►
Feb
(5)
►
Jan
(5)
►
18
(48)
►
Nov
(1)
►
Oct
(1)
►
Sep
(3)
►
Aug
(2)
►
Jul
(3)
►
Jun
(7)
►
May
(11)
►
Apr
(6)
►
Mar
(4)
►
Feb
(2)
►
Jan
(8)
►
17
(16)
►
Aug
(1)
►
Apr
(3)
►
Feb
(10)
►
Jan
(2)
►
16
(1)
►
Dec
(1)
►
15
(3)
►
Nov
(2)
►
May
(1)
►
14
(14)
►
May
(4)
►
Mar
(9)
►
Jan
(1)
►
13
(36)
►
Dec
(3)
►
Nov
(3)
►
Oct
(4)
►
Sep
(8)
►
Aug
(5)
►
Jul
(2)
►
May
(10)
►
Mar
(1)
►
12
(61)
►
Dec
(7)
►
Oct
(5)
►
Sep
(2)
►
Aug
(4)
►
Jul
(5)
►
Jun
(12)
►
May
(5)
►
Apr
(1)
►
Mar
(20)
Copyright Funoracleapps.com@2020. Powered by
Blogger
.
No comments :
Post a Comment