SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
#aliases
alias ls="ls --color"
alias ll="ls -l"
alias umount="sudo umount"
alias mount="sudo mount"
alias shutdown="sudo /sbin/shutdown"
alias zork="~/Download/jzip201g/jzip ~/zork/zork_x/ZORK1.DAT"
#Customize bash prompt to look human...
PS1="[\u@\h \w]\\$ "
#The last thing in the file
echo "What is your command, my mistress?"
Last edited by rose_bud4201; 08-14-2005 at 12:18 AM.
#The last thing in the file
echo "What is your command, my mistress?"
Now, of course, the question that's burning in everybody's mind is whether that's being said as Igor, faithful assistant to countless evil geniuses, or as a supplicant... o.O
Originally posted by killerbob Now, of course, the question that's burning in everybody's mind is whether that's being said as Igor, faithful assistant to countless evil geniuses, or as a supplicant... o.O
I guess you'll never know... ;-)
Incidentally, root's is
[me@localhost ~]$ su
Password:
Whoohoo, ultimate power!
[root@localhost /home/me]#
another method would be to create a file /etc/motd and write your message in it. so when you login next time, /etc/motd would be read and the message be displayed. but that works when you want the same message to be displayed for everyone
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.