Search Results

Search: Posts Made By: robertkwild
1,051
Posted By robertkwild
Create a desktop launcher for programs
hi all,

i want to create a desktop launcher for multiple programs and save it to everyones users desktop

i want to create a launcher panel with multiple icons for programs like firefox,...
59,373
Posted By robertkwild
Set hard block limit for user using quota
hi all,

i have installed quota on my centos 7 machine and its what im after (setting size limit on users, so they cant fill the hard drive)

i want to now make this part of my create user...
Forum: Programming 11-16-2017
3,337
Posted By robertkwild
i just want the user to run this simple script...
i just want the user to run this simple script that i made to create an ftp user account with a home directpry and i thought a normal user cannot add directorys and make a user chmod chown etc etc - ...
Forum: Programming 07-17-2017
1,315
Posted By robertkwild
going to end this thread and start a new one as...
going to end this thread and start a new one as im not going to do it this way no more
Forum: Programming 05-23-2017
2,355
Posted By robertkwild
good news, i did the following pkg install...
good news, i did the following

pkg install bash

then to run the script

bash /path/to/script/script.name.sh

so appending the words bash infront of the script works
Forum: Programming 12-06-2016
1,889
Posted By robertkwild
i worked it out but thank you for everyones help,...
i worked it out but thank you for everyones help, i had to quote all the variables


#!/bin/bash

echo "is this archive for an audio tar (press 1) or an audio directory (press 2)"
read...
Forum: Programming 12-05-2016
1,687
Posted By robertkwild
#!/bin/bash echo "Enter UserName:" ...
#!/bin/bash
echo "Enter UserName:"
read user
if id $user ; then
echo "$user already exists as you can see above, please re-run the script"
...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 04:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy