Need help with banner.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Need help with banner.
# 1  
Old 09-23-2011
Need help with banner.

is there a way to reduce the size of the banner?

banner -w ?

TIA
# 2  
Old 09-23-2011
Not really... sorry...
# 3  
Old 09-23-2011
fontsize does not changed when i tried to execute:
banner -w 20 'hello'

pls. advise, if there's a possible way to reduce the font.
# 4  
Old 09-23-2011
Not all UNIXes implement banner command with -w option as they usually found in BSD and derivatives
you can issue the with -w switch to resize the printed ASCII size on xBSD OSes

Code:
$ banner -w20  "Hello"

# 5  
Old 09-23-2011
Pls. advise, fontsize does not changed.
$ uname
Linux

I tried...
$ banner -w20 "Hello"
# 6  
Old 09-23-2011
If it won't change, then it won't change. You may just have to come to terms with that.

Last edited by Scott; 09-23-2011 at 11:43 AM.. Reason: Removed -w comment - confusion over interoperation of word "font"
# 7  
Old 09-23-2011
any alternative to banner command (a shell/perl script where we can set a fontsize ?). TIA
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

ftp banner

Hi Admins, As part of security, i need to modify ftp login message. I followd below steps to accomplish the same. 1.Created a message file test.msg with line number 9 9 This machine belongs to private.Unauthorised access are not allowed and will be prosecuted. 2. gencat ftpd.cat... (0 Replies)
Discussion started by: newaix
0 Replies

2. Shell Programming and Scripting

regarding banner command

Iam a MCA student having some doubts about 1) different disk related commands 2) Banner command 3) Different file related commands 4) set eb (where it is used) (1 Reply)
Discussion started by: gururajbhat
1 Replies

3. HP-UX

Hp-ux login banner

Hi, How do i create a login banner for hp-ux users. Is there somewhere i can get a step by step explanation? (4 Replies)
Discussion started by: dowell
4 Replies

4. UNIX for Dummies Questions & Answers

banner command

can I use Banner command in Linux, if not, what is the similar command in linux then... (7 Replies)
Discussion started by: vasikaran
7 Replies

5. Linux

login banner

Hi, I have added in banner in both /etc/banner and /etc/issue.net one by one in Linux but the banner is not displaying while user type username and enter I have restarted the ssh service also Any idea why? (3 Replies)
Discussion started by: manoj.solaris
3 Replies

6. Linux

banner command

is there a similiar function to the solaris banner function in linux? (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

7. UNIX for Dummies Questions & Answers

Banner

How can I display a message to the crt whenever someone logs on? They do not see a unix prompt. I need to easily update this also. (2 Replies)
Discussion started by: Beetlejuice
2 Replies

8. UNIX for Dummies Questions & Answers

Banner command

Hey all, I want to use the banner/echo command to write messages on different console windows. I knew that before, but I completely forget how to do it ! I just remenber that /dev/pts/# is the number of the window. and it's useful. It would be great if someone knows how to solve my... (4 Replies)
Discussion started by: maxwell17
4 Replies

9. UNIX for Dummies Questions & Answers

short banner

how to add a (sb) short banner in printcap i need print a extraline my OS unix 5.0.5 :( Tnx (2 Replies)
Discussion started by: RoMaGo
2 Replies

10. UNIX for Dummies Questions & Answers

Telnet banner

Hi! I have a Tru64 40f box and I am trying to figure out how the banner is displayed after login. Now the sys admin (who is now gone) has a message that is displayed for all users AFTER login. In addition to the /etc/issue and the /etc/motd files another file with a longer message is... (2 Replies)
Discussion started by: sdharmap
2 Replies
Login or Register to Ask a Question