- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Wall Command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 08:42 PM
10-06-2003 08:42 PM
Wall Command
Why when I send a "wall" message to a group of user, nothing appear on the user's screen although they are logged in?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 08:56 PM
10-06-2003 08:56 PM
Re: Wall Command
"Non-root users can also use wall, but they are not guaranteed to have write permission for the target ttys. If the user issuing wall does not have write permission for the tty, that tty will be skipped and wall will continue delivering the message to the remaining ttys."
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 09:13 PM
10-06-2003 09:13 PM
Re: Wall Command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 09:17 PM
10-06-2003 09:17 PM
Re: Wall Command
man wall:
The sender must have appropriate privileges to override any protections the users may have invoked (see mesg(1)).
By default mesg is n for each user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 09:23 PM
10-06-2003 09:23 PM
Re: Wall Command
the users should enable mesg for ur wall command to work
type mesg to know whether messages are enabled or not
use mesg -y to allow messages without restrictions
else mesg -g to allow messages using commands like write, wall ...
HTH
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2003 10:25 PM
10-06-2003 10:25 PM
Re: Wall Command
You can use "su" command before! (su allows one to become another user without loggin off, the default user name is root).
See also
... "write" command, copies lines from your terminal to that of another user.
... "mesg" command (exit status is 0=message receivable 1=not receivable, 2=error).
Bruno