dmzeplin Posted February 23, 2005 Report Share Posted February 23, 2005 I have nice picture and I want to put in background but I need to put *&^.jpg in (usr/share/wallpaper) but it said access denied... But I know it can put.. how can I control? Thanks! Link to comment Share on other sites More sharing options...
Cannonfodder Posted February 23, 2005 Report Share Posted February 23, 2005 open a command line window and type SU <-enter your root password You will now have root priviledges and be able to make your modifications. When done, type exit and you will be back to your normal user . Link to comment Share on other sites More sharing options...
dmzeplin Posted February 24, 2005 Author Report Share Posted February 24, 2005 How am I make any modify *&^.jpg to usr/share/wallpapers in root? In DOS, I believe "move" but in Linux?? Link to comment Share on other sites More sharing options...
Steve Scrimpshire Posted February 24, 2005 Report Share Posted February 24, 2005 *&^.jpg is really the name of the file? If so, when you have control characters in a filename, you have to treat it differently. You'll have to move it through the command line. Open a console and type this (anything inside <<>>, you don't type, they are actions or my comments): su <<hit enter>> <<type your root password...you won't see it being typed...hit enter>> mv '*&^.jpg' /usr/share/wallpaper Link to comment Share on other sites More sharing options...
dmzeplin Posted March 1, 2005 Author Report Share Posted March 1, 2005 Perfect! Many thanks for tips! mv 'alphs.jpg' /usr/share/wallpaper definite helped! that is what I was looking for the word for move is MV! whew... Again, many thanks! David Link to comment Share on other sites More sharing options...
Steve Scrimpshire Posted March 1, 2005 Report Share Posted March 1, 2005 (edited) Here's a free tip. The main directories you will find base commands like that are /bin /sbin /usr/bin or /usr/sbin, so when I am perplexed, I whip out my favorite command and start alphabetically (my command prompt looks different from yours because I have customized it. Hope it doesn't confuse you.): root@laptop.mdk /usr/src 2143 28-Feb-05> cd /bin root@laptop.mdk /bin 2143 28-Feb-05 > whatis * | grep "move" cut (1) - remove sections from each line of files mv (1) - move (rename) files rm (1) - remove files or directories rmdir (1) - remove empty directories unlink (1) - call the unlink function to remove the specified file root@laptop.mdk /bin 2143 28-Feb-05 > cd /sbin root@laptop.mdk /sbin 2143 28-Feb-05 > whatis * | grep "move" kernel_remove_initrd: nothing appropriate modprobe [modprobe-25] (8) - program to add and remove modules from the Linux Kernel remove-from-netprofile: nothing appropriate rmmod [rmmod-25] (8) - simple program to remove a module from the Linux Kernel root@laptop.mdk /sbin 2143 28-Feb-05 > cd /usr/bin root@laptop.mdk /usr/bin 2143 28-Feb-05 > whatis * | grep "move" grep: Invalid regular expression grep: Invalid regular expression colrm (1) - remove columns from a file cut (1) - remove sections from each line of files drakrpm-remove: nothing appropriate faxrm (1) - remove a job or document from a server File::Path (3pm) - create or remove directory trees gnome-session-remove: nothing appropriate ipcrm (8) - remove a message queue, semaphore set or shared memory id metaflac (1) - program to list, add, remove, or edit metadata in one or more FLAC files mmove (1) - move or rename an MSDOS file or subdirectory mrd (1) - remove an MSDOS subdirectory pamdeinterlace (1) - remove ever other row from a PAM/PNM image psfstriptable (1) - remove the embedded Unicode character table from a console font removekdesysmenu.pl: nothing appropriate removekdesysmenu-simplified.pl: nothing appropriate rpmdrake-remove: nothing appropriate scrollkeeper-update (8) - identify new, modified, or removed OMF files and update the scrollkeeper databases uniq (1) - remove duplicate lines from a sorted file root@laptop.mdk /usr/bin 2143 28-Feb-05 > cd /usr/sbin root@laptop.mdk /usr/sbin 2143 28-Feb-05 > whatis * | grep "move" lpmove (8) - move a job to a new destination rpmdrake-remove: nothing appropriate tmpwatch (8) - removes files which haven't been accessed for a period of time urpmi.removemedia [urpmi] (8) - remove a rpm media from the known medias of urpmi urpmi.removemedia [urpmi] (8) - remove a rpm media from the known medias of urpmi Helpful? Edited March 1, 2005 by Steve Scrimpshire Link to comment Share on other sites More sharing options...
dmzeplin Posted March 1, 2005 Author Report Share Posted March 1, 2005 Something interested you have customized. I will compare those later soon.... this gives me a little perplexed.... I am new with Linux and about to throw all windows out soon... But I think this will give me benefits later on. Hope you mind if I save this on my file and compare it later.... Thanks again... Marked the thread Solved - Artificial Intelligence Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now