Subject | Author | Posted | |
---|---|---|---|
Hello, Firstly please ignore the messy system going to give it a wipe down, it been a hectic week ...
| Tuesday | ||
Sometimes it's just convenient to download a file using the curl command. Did you also know that w...
| 04-19-2025 08:56 AM | ||
Hi Everybody, I am a newbie of linux, Recently i have installed the RHEL9, but facing the probl...
| 04-17-2025 11:27 AM | ||
$ awk 'NR > 8 && NR < 12' /etc/passwd This command will display lines 9, 10, and 11 on the sc...
| 04-10-2025 05:06 AM | ||
A question for RHCE 294 students: Is there a maximum number of plays that an Ansible playbook can ...
| 04-07-2025 08:24 PM | ||
A question for a RHCE 294 student: Does the course use Ansible Core, or does it use Ansible Automa...
| 04-07-2025 08:19 PM | ||
Hello, in RHEL 9 the root account is disabled by default for security reasons. Nevertheless when I...
| 04-03-2025 08:16 AM | ||
$ awk -F'\t' '{ print $NF }' <filename> - This command will print the last field of e...
| 02-12-2025 04:56 AM | ||
$ sed G <filename> - this command will place a blank line after each existing line. ...
| 02-12-2025 04:40 AM | ||
$ sed -n '6!p' filename The above command will print all lines in filename except line #6. Th...
| 02-01-2025 05:32 AM | ||
$ awk -F'\t' 'BEGIN {print "Age\t Last,First,Mid\n"} {print $4"\t",$3",",$1","$2}' filename In th...
| 02-01-2025 05:19 AM | ||
Hello RHEL Community, I'm facing an issue while transferring and extracting the IBM Java SDK 8.0 ....
| 01-29-2025 02:10 PM | ||
$ sed -n '3,7p' filename The above command will print lines 3 thu 7 only! Try the command on ...
| 01-29-2025 07:41 AM | ||
$ awk -F'\t' '/Texas/ { print $4 }' filename The above command print each line in filename, ...
| 01-29-2025 07:17 AM | ||
Anyone have wtsapp group where i can ask my queris realted to red hat Currently i am facing issue...
| 01-28-2025 06:08 PM | ||
$ awk -F: '{ OFS = "\t\t"; print $1,$3 }' filename awk is comprised of several built-in vari...
| 01-26-2025 01:57 AM | ||
Trying to install PowerVC on Rhel8.10 and encounter error when trying to create the inventory. I al...
| 01-22-2025 10:35 AM | ||
I want to display the number of sectors that exist on a particular disk partition. I know I can d...
| 01-12-2025 07:39 PM | ||
cgroups (Control Groups) - a linux kernel feature - allows resouces like CPU time, memory, and ne...
| 01-09-2025 09:26 PM | ||
This is a question for the RHCEs out there: If a process, with children (i.e. child processes) is ...
| 01-08-2025 11:33 PM |
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.