RHCSA Flashcards

1
Q

create iptables script

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

create a test dir

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

create a text file with text

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

show only line 3

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

delete line 1 to 3

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

delete blank lines and save in place with backup

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

print some text followed by 1st column

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

compress folder test

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

view content

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

delete folder test and decompress

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

view services status

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

make ssh service to start only on lvl 3 and 5

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

confirm ssh service running lvls

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

create 2 partitions

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

create 2 PV

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

create a VG1 using all Pvs

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Delete the VG1

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

create a VG1 with PE of 8mb

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Delete the VG1

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

create VG1

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

view PE sizes

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

create a LV1 using 5 PE

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

create a LV2 of 100mb

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

create a LV3 using the rest

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

create fileseystem in all LV

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

remove VG1

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

create a VG1 of 500mb

A

Nada

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

create a LVswap of 300mb

A

Nada

29
Q

create swap partition on Lvswap labeled swap2

A

Nada

30
Q

create LVtest using all space in VG1

A

Nada

31
Q

create filesystem

A

Nada

32
Q

create some files

A

Nada

33
Q

reduce LVtest to 300mb

A

Nada

34
Q

verify files

A

Nada

35
Q

increase LVtest to 500mb

A

Nada

36
Q

verify files

A

Nada

37
Q

make LVtest and LVswap permantent one by label and UID

A

Nada

38
Q

check status with LVM manager and Partition manager

A

Nada

39
Q

create LVsec of 200mb

A

Nada

40
Q

encrypt partition

A

Nada

41
Q

make permanent on /mnt/crypto

A

Nada

42
Q

delete lvtest and reboot

A

Nada

43
Q

Create 2 testusers with password Passw0rd

A

Nada

44
Q

create bunch of files in test2 homedir

A

Nada

45
Q

create devgroup with gid 600 and add users

A

Nada

46
Q

Create 1 user belongin to group

A

Nada

47
Q

change expiry date of test3 password

A

Nada

48
Q

create /dev_folder with sticky group for devgroup

A

Nada

49
Q

configure acl permissions for test1 read only

A

Nada

50
Q

confgiure acl permissions for test2 read and write

A

Nada

51
Q

confgire acl permissions for test3 nothing

A

Nada

52
Q

test permissions

A

Nada

53
Q

delete acl permissions for user test1

A

Nada

54
Q

delete all folder acl permissions

A

Nada

55
Q

delete user test3

A

Nada

56
Q

create cron job for test2 to wall something every 30mins weekdays

A

Nada

57
Q

remove cron access for user test2 and verify

A

/etc/cron.deny

test2

58
Q

How to install with kickstart?

A

ks=http://ipaddress/achilipum.cfg

59
Q

download iso from ftp and create local repo at /repo mget bye

A

Nada

60
Q

How to install a new kernel?

A

rpm -ivh kernel*

and then modify /etc/grub.conf

61
Q

How to configure LDAP and get a user?

A

System-config-authentication

getent passwd ldapuser

62
Q

Check Selinux status

A

Nada

63
Q

Where to change Selinux enforcement?

A

/etc/selinux/config

64
Q

where are the Selinux Booleans?

A

/selinux/booleans

65
Q

find the booleans for ftp

A

Nada

66
Q

change boolean to allow ftp anonymous write

A

Nada

67
Q

find what wrong with Selinux

A

Nada

68
Q

find files owned by test2 and copy them to /dev_folder

A

Nada

69
Q

check running kernel

A

Nada