Subject | Author | Posted | |
---|---|---|---|
Which of the following commands displays the username of the currently logged in user? - who - w...
| yesterday | ||
Was doing RH199 guided exercise and its about changing hostname via nmcli, i tried doing it via nmt...
| Wednesday | ||
Good morning, If I install the Red Hat 9 Developer Edition, can I later purchase an Enterprise lic...
| 3 weeks ago | ||
$ awk -F'\t' '{ print $NF }' <filename> - This command will print the last field of e...
| 4 weeks ago | ||
$ sed G <filename> - this command will place a blank line after each existing line. ...
| 4 weeks ago | ||
Hello community. I have FIPS mode enabled on RHEL 9.2 (see details below). According to this artic...
| a month ago | ||
$ 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 | ||
Out of Memory Killer The Out of Memory (OOM) Killer is the Linux kernel's out of memory managem...
| 01-04-2025 06:29 AM | ||
Took my exam today-- passed with a great score!!!
what helped me was regular reading the study gu...
| 12-19-2024 11:04 AM | ||
Processes vs Threads Just wanted to provide some lightweight notes about Processes and Threads...
| 12-18-2024 07:21 PM |
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.