Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by niella

  1. niella

    Tar and Compress

    Here is an example to uncompress: uncompress -c file | tar xvf - /target
  2. niella

    root script for regular user

    You can control this in /etc/sudoers. e.g. root:/# visudo user1 ALL = /bin/chmod ??? /TARGETDIR/* of course, you might want to add another entry (for ls) if the user does not know what the contents of the target directory would look like. The _proper_ way would be to use new group for all...
  3. niella

    Expect prompt question

    I use the following (we have 42 servers): # Basic user prompt: [xxxx]$ set prompta "\\\[.*\\\]$" # Root user prompt: :xxxx# set promptb ":.*# " # Other user prompts: xxxx/> or xxxx$ or [MCS]xxxx> or xxxx:yyyy> set promptc ".*\\\/>|.*\\\$|\\\[MCS\\\].*>|.*:.*>" ...

Part and Inventory Search

Back
Top