Asking independent-study textbook-style questions


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Asking independent-study textbook-style questions
# 1  
Old 12-12-2014
Asking independent-study textbook-style questions

Hello,

I intend to ask doubts about exercises in a book that I'm self-studying. It's not part of a course; it's just independent study.

(EDIT: The book that I'm self-studying is "The Unix Programming Environment", by Kernighan and Ritchie)

I'm aware that the rules for the Homework & Coursework Questions forum states that textbook-style exercises should be asked there, even if they are just part of independent study. However, the rules also state that I'm supposed to cite complete school/city/country/professor/course information, and this is not possible in my case.

Is there a way to post my questions without breaking the forum rules?

Thank you in advance.

Last edited by favq; 12-12-2014 at 01:14 PM..
This User Gave Thanks to favq For This Post:
# 2  
Old 12-12-2014
You could cite the book and the issue.
This User Gave Thanks to blackrageous For This Post:
# 3  
Old 12-12-2014
Quote:
Originally Posted by blackrageous
You could cite the book and the issue.
Thank you for answering.
The book that I'm self-studying is "The Unix Programming Environment" by Kernighan and Ritchie. (I edited my original post to include it.)
I've already managed to solve the exercises that I found so far. So, as of yet, I don't have any specific doubt in the book. But, anyway, how should I proceed if I decide to ask further doubts from this book? Should I just cite the book in the last item of the template?

Thank you in advance.

Last edited by favq; 12-12-2014 at 01:05 PM..
This User Gave Thanks to favq For This Post:
# 4  
Old 12-14-2014
Yes. That is OK.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

1 VPS with 2 IP addresses. How to make them independent?

Code: auto ens3 iface ens3 inet static address 46.xx.xxx.1x7 netmask 255.255.252.0 broadcast 46.38.xxx.255 gateway 46.xx.xxx.1 auto ens3:0 iface ens3:0 inet static address 188.xx.xx.xx5 netmask 255.255.255.255 I want the... (1 Reply)
Discussion started by: oshihari
1 Replies

2. IP Networking

1 VPS with 2 IP addresses. How to make them independent?

I have this in /etc/network/interfaces: auto ens3 iface ens3 inet static address 46.xx.xxx.1x7 netmask 255.255.252.0 broadcast 46.38.xxx.255 gateway 46.xx.xxx.1 auto ens3:0 iface ens3:0 inet static address 188.xx.xx.xx5 netmask... (0 Replies)
Discussion started by: Douro
0 Replies

3. UNIX for Dummies Questions & Answers

Independent column sorting

Dear All, I have a set of columns (usually unknown number) and I would like to sort each of them (descending values) but my columns are independent. Can you please help me file1 1,5,7 3,4,9 2,6,8 outcome should be 1,4,7 2,5,8 3,6,9 I have tried sort -n -k1,1 -k2,2 -k3,3 but this... (8 Replies)
Discussion started by: A-V
8 Replies

4. Shell Programming and Scripting

Session independent process

Hi i am trying to run a report which takes approx 5 hours to complete so what i did i put that reporting command in background and then this reporting process started executed in background but the problem is when i close that session that background job lost :( .... please help me that... (3 Replies)
Discussion started by: aishsimplesweet
3 Replies

5. UNIX for Dummies Questions & Answers

Machine Independent??

Hi What do we mean when we say " Unix is Machine Independent?" Can anybody explain with example? Thanks (1 Reply)
Discussion started by: skyineyes
1 Replies

6. UNIX for Dummies Questions & Answers

Purchase CD when already have textbook

Hi folks. I bought a used "Guide to Unix Using Linux" 3rd edition. The seller (third part from Amazon) did not include the CDs. I want to now just buy the CDs. I contacted the publisher and posted on a couple of forums. I searched with the ISBN 0619215623 and couldn't find anything. Any... (1 Reply)
Discussion started by: tckilian
1 Replies

7. UNIX for Advanced & Expert Users

is syslogd logging locale independent?

Just wanna know whether syslogd logs messages in a locale-independent fashion. I want to read the date/time format from log files. Normally the date/time is of the form Jan 23 04:11:30. can this date/time information found in log files be different for different locales?? (2 Replies)
Discussion started by: sudesh
2 Replies

8. UNIX for Dummies Questions & Answers

how to Launch an independent process.

Hello, I needed a help please... I have an application which launches process. For this i am using fork and execv method calls. By doing this my launched process are now child process of the parent process(launching process). I dont want this to happen, i want the process that is launched to... (1 Reply)
Discussion started by: deepthi
1 Replies

9. Filesystems, Disks and Memory

making the application session independent

Hi all, I am actually new to Unix programming and this is my first question to this forum. I have an application and i want it to run independent of the command shell. For example, i run the application from a telnet session. But when i close my session, application is terminated. I just... (2 Replies)
Discussion started by: bokhari_jawad
2 Replies
Login or Register to Ask a Question