Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

helpers(1) [centos man page]

HUH(1)                                                        General Commands Manual                                                       HUH(1)

NAME
helpers - list or count helpers currently on the system. SYNOPSIS
helpers [-fln] DESCRIPTION
Helpers are users who volunteer to answer help requests by setting a help flag. For more information, see the manual pages for mesg(1) and write(1). The helpers command lists or counts the people who currently have helper flags set on the system. It lists them by default, or if the -l flag is given. It prints a count to standard output if the -n flag is given. If the -f flag is given, only the helpers who are currently free are listed or counted. AUTHOR
Jan Wolter FILES
/etc/wrttmp SEE ALSO
mesg(1), write(1) 7th Edition Jan 20, 2000 HUH(1)

Check Out this Related Man Page

HUH(1)                                                        General Commands Manual                                                       HUH(1)

NAME
huh - redisplay last telegram received. SYNOPSIS
huh [-sk] DESCRIPTION
Huh reprints the last telegram that was sent to you. It is intended for use when telegrams get garbled on your screen. Huh will only work if you had the ``record'' flag turned on when the telegram was received. This flag can be turned on with the mesg(1) command. Normally, huh will delete each message immediately after displaying it. If the -k flag is given, the message is non deleted, and the next huh command will display it again. On the other hand, the -s flag suppresses the display of the message, so it will just be deleted. Normally, only the last message is retained, except when amin(1) is run with the -p flag. AUTHOR
Jan Wolter FILES
~/.lastmesg /etc/wrttmp SEE ALSO
mesg(1), write(1), amin(1) 7th Edition Jan 20, 2000 HUH(1)
Man Page

14 More Discussions You Might Find Interesting

1. What is on Your Mind?

Can anybody learn how to code?

Hey Everyone, Apologies on the vague title, but it is at the core of my question - let me first elaborate a little bit here. Just to give a brief background on myself - I have been working in the IT industry for around 4 years now. I first started working straight from college (where I did... (12 Replies)
Discussion started by: pilnet101
12 Replies

2. HP-UX

No more sudo package for 11.23?

Hi, I need to install sudo in some of our corporate HP-UX servers, since this package is currently not installed in the server(s). However, from this site : HP-UX Porting and Archive Centre | Home, this package is no longer available for HP-UX v 11.23. It only has the depot package for HP-UX... (3 Replies)
Discussion started by: anaigini45
3 Replies

3. UNIX for Beginners Questions & Answers

Duplicate and change a column

Hi, I have a file with list of items: a b c I would like to run a 1-liner (awk/perl) to duplicate and change the value of the existing column, i.e.: a a b b c c I can duplicate with awk: awk '{print $1 " " $1 }' but couldn't figure out how to do the character change, your help is... (5 Replies)
Discussion started by: yan1
5 Replies

4. UNIX for Beginners Questions & Answers

Building hierarchy with the list

Hi All, Sorry for more question today. I am having a text file . Like below 704925680_TOTAL->MANUAL->TT IOR GSB 775116444_TOTAL->POO TO->TT -572275295_TOTAL->MANUAL->MTO -611408278_TOTAL->PRIE LEL 456690129_TOTAL->BTT TOO 475919266_TOTAL->MANUAL->COM -172680236_TOTAL->BTT TOO->MTO... (15 Replies)
Discussion started by: arunkumar_mca
15 Replies

5. UNIX for Beginners Questions & Answers

What is the best way to remember UNIX / Linux Commands?

Hi all, I'm new to UNIX world and new to this forum. As I observed there are lot of commands that needs to be remembered in UNIX programming. I'm into DevOps and can anyone please tell me what are all the important commands that are useful for DevOps Engineer. NOTE: Please correct me if my... (3 Replies)
Discussion started by: maxlink
3 Replies

6. Shell Programming and Scripting

Help with a script that involves processes

Hi everyone! I need to create a bash script that allows me to copy in a file named report_<date>_<time>.csv the list of active processes. <date> and <time> are the date and the time of the system when you create the file .csv How can I create that? I have no idea how to do it :confused: ... (6 Replies)
Discussion started by: Novia96
6 Replies

7. UNIX for Advanced & Expert Users

AIX 7.1 gcc 4.8.5 issue

hey guys , after migrate our AIX server from 6.1 to 7.1 , we insalled c compilator with rpm files Server:root:/ > rpm -qa | grep gcc libgcc-4.8.5-1 gcc-cpp-4.8.5-1 gcc-4.8.5-1 gcc-c++-4.8.5-1 but whene we proceed to compile a c programm we have this error exec(): 0509-036... (17 Replies)
Discussion started by: yahia
17 Replies

8. UNIX for Beginners Questions & Answers

Change the field color based on condition in email

Request your help to change the field color based on condition , if it is otherthan 0. using html in unix. Here is my condition for(i=1;i<=NF;i++) { print "<td> "$i"</td> } Please use CODE tags when displaying sample input, output, and code segments. (17 Replies)
Discussion started by: CatchMe
17 Replies

9. What is on Your Mind?

Individual Risk Management (Personal IT Security) and Browser Cache Management

Original post from this thread on browser caching. To add to this, it is an effective security measure to clear absolutely all cached data (cookies, web content, ....) when closing the browser - i.e. in case of a shutdown. It takes a bit of work to re-login to all the sites but websites will not... (7 Replies)
Discussion started by: bakunin
7 Replies

10. Web Development

Documenting Installation Problem with vue-beautiful-chat

REF: https://github.com/mattmezza/vue-beautiful-chat $ git clone https://github.com/mattmezza/vue-beautiful-chat.git Cloning into 'vue-beautiful-chat'... remote: Enumerating objects: 534, done. remote: Total 534 (delta 0), reused 0 (delta 0), pack-reused 534 Receiving objects: 100%... (2 Replies)
Discussion started by: Neo
2 Replies

11. UNIX for Beginners Questions & Answers

Missing Modules After Compiling Kernel

I'm a little embarrassed after all these years I've never really successfully compiled my own kernel. I used this guide to make the following files: linux-headers-5.1.9_5.1.9-1_amd64.deb linux-image-5.1.9_5.1.9-1_amd64.deb linux-libc-dev_5.1.9-1_amd64.deb When I first booted into this... (4 Replies)
Discussion started by: Azrael
4 Replies

12. OS X (Apple)

Undeletable file

Greetings, I'm trying to delete a file with a weird name from within Terminal on a Mac. It's a very old file (1992) with null characters in the name: “␀␀Word FinderÂŽ Plus™”. Here are some examples of what I've tried: 12FX009:5 dpontius$ ls ␀␀Word FinderÂŽ Plus™ 12FX009:5 dpontius$ rm... (29 Replies)
Discussion started by: dpontius
29 Replies

13. Web Development

Webpacker::Manifest::MissingEntryError in Pioneers#index Error on Rails

Good evening I need your help please, Im a newbie at web applications and i am taking a course and i was struggling the web server to get to work this is when the webeserver is up: ubuntu@ubuntu-N53SV:~/hello_WWW$ rails server => Booting Puma => Rails 6.0.0 application starting in development ... (3 Replies)
Discussion started by: alexcol
3 Replies

14. Open Source

What is your favorite Linux distro?

What is your favorite Linux distro? and possibly why? Personally, I have Fedora 3 on my computer. I have used Ubuntu and Slackware, too. But I think I liked Ubuntu more, maybe because of its speed and easy installation of packages. (192 Replies)
Discussion started by: milhan
192 Replies