Berkeley CSUA MOTD:Entry 14420
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/03 [General] UID:1000 Activity:popular
4/3     

1998/8/1-3 [Academia/Berkeley/Classes] UID:14420 Activity:high
7/31    Say I wanted to create a special account with special privledges
        other accounts but I don't to make it user root or have a uid less
        than 100.  How would I do that?  For example, the accounts cs61a,
        cs61a-ta, cs61a-tb,... can su into other cs61a accounts and read
        there files even though they don't have permissions set by the
        individual users.
        \_ I heard that the kernels on the instructional machines needed
           to be hacked for this to work.  -- yuen
                \_ As if root@cory has source to the HP-SUX, Digital Spewnix,
                   and Slowaris kernels to hack it into...
                        \_ At least they finally killed Ultrix
           \_  wouldn 't be too hard to hack that into su
               with sudo you would 't even need to hack it
        \_ tasu
           \_ so there's no way to create some kind of hiearchial user
              tree?
                \_ You can write a version of su that does.  Since su runs
                   setuid root, it can implement any security policy you
                   want it to.  I think sudo already has that functionality.
        \_ run afs.  duh.
2025/04/03 [General] UID:1000 Activity:popular
4/3     

You may also be interested in these entries...
2004/4/27 [Academia/Berkeley/Classes] UID:13416 Activity:nil
4/27    I forgot if I posted this before or not, but here's another fun
        problem:  Write the factorial function in any language of your
        choice without using any iterative constructs or named functions.
          -- ilyas
          \_ Here's another fun problem: Write your next major project without
             using user defined functions or subroutines utilizing only goto
	...
2004/2/19 [Academia/Berkeley/Classes] UID:29822 Activity:low
2/19    Any students here would like to comment on EECS enrollment after
        the dot-com collapse?  How many people enrolled in CS61A?  When I
        was a freshman there were only about 100 some odd people in 60A.
        I heard it ballooned to 400+ at the height of the boom.  What happened
        after that?
        \_ you realize that most people who post on motd are NOT enrolled
	...
2003/7/15-16 [Academia/Berkeley/Classes] UID:29037 Activity:low
7/14    When I was in CS61A there was a program that would let you view
        your scheme code as a flowchart. Does anyone remember the
        name of the program?
        \_ When I was your age, cs61a was called cs60a and we used real
           editors (emacs without hilit mode) and real workstations like
           the Apollos and later on the really awsome DEC3000s.
	...
2003/5/11-12 [Academia/Berkeley/Classes, Academia/UCLA] UID:28409 Activity:high
5/11    I have been accepted to UCLA for Fall 03 (CS & Engr) and to Berkeley
        for Spring 04 (EECS), granted that I take a community college class
        in Fall. Is Berkeley worth waiting for and why?
        \_ yes.
        \_ Are you posting for someone or is this for grad school?  If the
           latter it's all about your advisor.
	...
2001/11/24-27 [Academia/Berkeley/Classes, Computer/Theory] UID:23094 Activity:insanely high
11/23   Can someone please tell me what textbook and/or author we used for:
        math50a, math55, and stat134? I need it from 1993-1995. THANKS!
        \_ let me guess, ypu're applying to MIT, right?
           \_ let me guess, you're also applying to MIT, right? Or are you
              already there? Help me out dude...
              \_ I'm applying. And I'm a dudette, btw. -chialea
	...
2001/10/21 [Academia/Berkeley/Classes] UID:22788 Activity:high
10/21   You are required to know recursion before taking CS 61a?  Where
        would they learn it aside from CS 3?  AP CS?
        \_ I didn't know what recursion was my freshman year when I took
           61a. It took me all but 5 minutes to look it up in SICP and I
           passed the test. Never took CS 3 or AP CS.
           \_ Damn, you're cool!
	...
2001/10/10-11 [Academia/Berkeley/Classes] UID:22685 Activity:high
10/11   officially, enrollment in cs61a DOWN 100 from last sem.
        \_ must be the recession, what those freshmen dont know is that by
           the time they graduate, we should(I hope) be ready for the next
           boom
           \_ The next boom won't be CS. Maybe some bio stuff.
        \_ GOOD. You should study computer science because you love it,
	...
2000/5/30-6/1 [Academia/Berkeley/Classes] UID:18365 Activity:moderate
5/30    Anybody have an example of how to use emacs in batch mode?  I have
        a bunch of files I want worked on inside emacs and I want to do so
        in a non-interactive fashion.  Thanks.
        \_ emacs --batch --load program.el
           \_ Err...  I know how to invoke it, I'm looking for an example of
              "program.el".  Thanks.
	...