new bie questions


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers new bie questions
# 1  
Old 02-09-2006
new bie questions

Hi all,

I am a new bie and learning linux step by step. I am googling a lot but still unabel to find few things like below:

1. how to clean ipcs if I reboot the system it is cleaned but can I do that with out rebooting the system
2. I don't have any in side the folder /usr/src and one of my auto script is expecting the following file
/usr/src/linux-2.6.10


Could any one can help me.

Thanks & Regards
Gauri
# 2  
Old 02-09-2006
Quote:
Originally Posted by gauri
1. how to clean ipcs if I reboot the system it is cleaned but can I do that with out rebooting the system
See man ipcrm

To remove a shared memory id, you would use

Code:
ipcrm -m shmid

# 3  
Old 02-10-2006
thansk a lot , it is working. i am able to clean all ipcs

Regards
Gauri
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. IP Networking

New-Bie doubt in TCP-IP 3 way hand shake

from my understanding step 1: From device A to device B , sending SYN. SYN=1 ACK=0 Ackno=0 Sequence number=2000 step 2: from device B to A , sending SYN-ACK SYN=1 ACK=1 ACKno=2001 Sequence number= 5000 Step :3 (4 Replies)
Discussion started by: baker
4 Replies

2. Homework & Coursework Questions

Print questions from a questions folder in a sequential order

1.) I am to write scripts that will be phasetest folder in the home directory. 2.) The folder should have a set-up,phase and display files I have written a small script which i used to check for the existing users and their password. What I need help with: I have a set of questions in a... (19 Replies)
Discussion started by: moraks007
19 Replies

3. UNIX for Dummies Questions & Answers

A complete New Bie Here

Hello Guys I am a complete New bie in UNIX ( Just know a few of the commands ). Please guide how should I learn Unix In a proper way . I am doing a job, so i will have to do the study at home . Which books , Links, Pages you will suggest me so that i can learn UNIX fast . Thanks (5 Replies)
Discussion started by: supercops
5 Replies

4. Programming

two questions

hey all, I have question when am writing simple shell... in the child am calling execvp, i want the parent to know when execvp returns - 1. how can i let the parent know the result of execvp thanks in advance (9 Replies)
Discussion started by: joey
9 Replies

5. UNIX for Advanced & Expert Users

can any one help me out this questions.....

How do you locate all nonblank lines that don't begin with #, /* ,or // ? (3 Replies)
Discussion started by: pulsar2587
3 Replies

6. UNIX for Dummies Questions & Answers

Just a few questions.

Hi everyone im new to this forums, i just wanted to get started by asking a few question(Im a Unix newbie) 1. How do i sort a file called "dirr" in a ascending order on the 3rd column 2. what does alias on=who do Thanks in advance!!! (1 Reply)
Discussion started by: Da Paper
1 Replies

7. UNIX for Dummies Questions & Answers

few new bie questions related to gdb , telnet

Hi All, 1. how to what is the current line we are executing. List command will display the 10 lines by default. 2. how to put a pointer to the current excuting line when executing the list. 2. if i have set one break point and i want to set 2nd break point do i need to delete the first break... (1 Reply)
Discussion started by: gauri
1 Replies

8. Programming

C questions

What does "extern" do? ex. extern int x; and another question, what about using static in functions? like: static void foo(), why? (2 Replies)
Discussion started by: Esaia
2 Replies
Login or Register to Ask a Question