티스토리 뷰
반응형
target_id="userid"
echo -e "$target_id ALL=(ALL)\\tNOPASSWD: /bin/su" >> /etc/sudoers
echo "sed -i -e "/^$target_id/d" /etc/sudoers" | at 18:00 2013-11-15
유저 찾아서 있으면 2주까지 루트 권한 획득
#!/bin/bash
today=$(date "+%Y-%m-%d")
exdate=$(date -d "+14 days" "+%Y-%m-%d")
read -p "input user id : " userid
echo ==============================================
read -p "input ticket id (ex FI-0000) : " ticketid
bashuser=$(cat /etc/passwd |grep bash |awk 'BEGIN {FS = ":"} {print $1}')
if echo $bashuser | grep -q -w $userid
then
echo ${userid} account exist!
echo -e "$userid ALL=(ALL)\\tNOPASSWD: /bin/su" >> /etc/sudoers.d/$ticketid-$userid-$today
echo "remove date & file : $exdate $ticketid-$userid-$today"
echo "rm -f /etc/sudoers.d/$ticketid-$userid-$today" | at 11:59 $today
else
echo $userid account not exist!!
echo $userid account not exist!!
echo $userid account not exist!!
echo $userid account not exist!!
fi
echo ==============================================
반응형
'linux' 카테고리의 다른 글
rsync copy (0) | 2014.05.28 |
---|---|
clientmqueue size (0) | 2014.05.28 |
scsi 디바이스 rescan (0) | 2014.05.28 |
linux bonding (본딩) (0) | 2014.05.27 |
linux hidden patch (loopbask) 데몬방식 (0) | 2014.05.27 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- ipmi
- 윈도우서버 계정 관려
- ios ansible
- oracle linux8 kernel
- cisco ansible
- DL20 GEN9 장비에 CentOS 7
- kernel 변경
- windows.old 강제삭제
- cmd로 계정 생성
- ILO
- shell connmad log
- vm rac
- nutanix rac
- 특정 라인삭제
- 윈도우 cmd 계정 관리
- cmd로 윈도우 계정 관리
- 리눅스 커맨드 로그남기기
- ansible network
- centos7 ntp
- linux command log
- ansible ios
- dl20 centos7
- chrony
- 특정 문구 치환
- ISCSI 볼륨 RAC
- dl20
- nxos ansible
- cgroup
- dl20 g9 centos7 설치
- CentOS 7 GUI
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함